prettier/tests/graphql_object_type_def/directives.graphql

4 lines
69 B
GraphQL

type PokemonType {
pokemon_type: String @mock(value: "Electric")
}