instead of this: ``` mutation { charmander: cre...
# prisma-whats-new
s
instead of this:
Copy code
mutation {
  charmander: createPokemon(name: "Charmander", type: FIRE) {
    type
  }

  bulbasaur: createPokemon(name: "Bulbasaur", type: GRASS) {
    type
  }
}