mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 08:05:09 +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!
|
||||
|
||||
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. フィールドをクリック
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue