mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
fix
This commit is contained in:
parent
22c40f5bda
commit
569e6ef406
1 changed files with 2 additions and 1 deletions
|
@ -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. フィールドをクリック
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
Loading…
Add table
Reference in a new issue