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! ### Try it!
Pokémon GraphQL API
https://graphql-pokemon2.vercel.app https://graphql-pokemon2.vercel.app
ヒント ヒント
1. `{` ... `}` 1. `{` ... `}`
1. `pokemons(first: 151) {` ... `}` または `pokemon(name: "Pikachu") {` ... `}` 1. `pokemons(first: 151) {` ... `}` または `pokemon(name: "Pikachu") {` ... `}`
1. Shift-Space 1. Control-Space (or Shift-Space)
1. フィールドをクリック 1. フィールドをクリック
--- ---