This commit is contained in:
Nebel 2022-01-17 14:34:37 +09:00
parent 1ce617bf4c
commit d91d5d3555

View file

@ -366,7 +366,7 @@ https://graphql-pokemon2.vercel.app/?query=query%20%7B%0A%20%20pokemons(first%3A
または または
1. https://graphql-pokemon2.vercel.app にアクセス 1. https://graphql-pokemon2.vercel.app にアクセス
2. 下記の Query を入力 2. 下記の Query を入力 > 実行 (▶) を選択
```graphql ```graphql
query { query {
@ -376,8 +376,6 @@ query {
} }
``` ```
3. 実行 (▶) を選択
--- ---
#### 取得結果 #### 取得結果
@ -435,7 +433,7 @@ https://graphql-pokemon2.vercel.app/?query=query%20%7B%0A%20%20pokemon(name%3A%2
または または
1. https://graphql-pokemon2.vercel.app にアクセス 1. https://graphql-pokemon2.vercel.app にアクセス
2. 下記の Query を入力 2. 下記の Query を入力 > 実行 (▶) を選択
```graphql ```graphql
query { query {
@ -445,8 +443,6 @@ query {
} }
``` ```
3. 実行 (▶) を選択
--- ---
#### 取得結果 #### 取得結果