signor_busi
mutation { createPokemon(name: "Charmander", type: FIRE) { type } createPokemon(name: "Bulbasaur", type: GRASS) { type } }