GraphQL Query

query FindPokemons {
  pokemons(first: 9) {
    name
}

clientserver

参考: GraphQL Pokémon を使って楽しく学ぶ GraphQL クエリ