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
1ce617bf4c
commit
d91d5d3555
1 changed files with 2 additions and 6 deletions
|
@ -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. 実行 (▶) を選択
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### 取得結果
|
#### 取得結果
|
||||||
|
|
Loading…
Add table
Reference in a new issue