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
03bdbb1a31
commit
306019931f
1 changed files with 2 additions and 2 deletions
|
@ -718,7 +718,7 @@ https://graphql-pokemon2.vercel.app/?query=query%20(%24showClassification%3A%20B
|
||||||
|
|
||||||
### ディレクティブ
|
### ディレクティブ
|
||||||
|
|
||||||
修飾するための機能
|
Query を修飾できる
|
||||||
|
|
||||||
`@include` ディレクティブの例
|
`@include` ディレクティブの例
|
||||||
|
|
||||||
|
@ -754,7 +754,7 @@ query ($showClassification: Boolean!) {
|
||||||
- 操作名 … 複数の操作を識別できる
|
- 操作名 … 複数の操作を識別できる
|
||||||
- エイリアス … フィールドに名前を付ける
|
- エイリアス … フィールドに名前を付ける
|
||||||
- フラグメント … いくつかのフィールドをまとめる
|
- フラグメント … いくつかのフィールドをまとめる
|
||||||
- ディレクティブ … 修飾するための機能
|
- ディレクティブ … Query を修飾できる
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue