directives.graphql 69 B

1234
  1. type PokemonType {
  2. pokemon_type: String @mock(value: "Electric")
  3. }