This commit is contained in:
Nebel 2022-01-19 10:11:45 +09:00
parent 22c40f5bda
commit 569e6ef406

View file

@ -515,13 +515,14 @@ query {
### Try it!
Pokémon GraphQL API
https://graphql-pokemon2.vercel.app
ヒント
1. `{` ... `}`
1. `pokemons(first: 151) {` ... `}` または `pokemon(name: "Pikachu") {` ... `}`
1. Shift-Space
1. Control-Space (or Shift-Space)
1. フィールドをクリック
---