mirror of
https://github.com/kou029w/intro-to-graphql.git
synced 2025-01-18 16:08:03 +00:00
add try it
This commit is contained in:
parent
3f74ea8f73
commit
96be65027d
1 changed files with 9 additions and 0 deletions
|
@ -511,6 +511,15 @@ query {
|
|||
|
||||
### Try it!
|
||||
|
||||
https://graphql-pokemon2.vercel.app
|
||||
|
||||
ヒント
|
||||
|
||||
1. `{` ... `}`
|
||||
1. `pokemons(first: 151) {` ... `}` または `pokemon(name: "Pikachu") {` ... `}`
|
||||
1. Shift-Space
|
||||
1. フィールドをクリック
|
||||
|
||||
---
|
||||
|
||||
### 発展的な構文
|
||||
|
|
Loading…
Add table
Reference in a new issue