Skip to content

Commit

Permalink
指摘点の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
okazy committed Aug 4, 2020
1 parent 2ba45d8 commit 4f28b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_pages/customize/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permalink: /customize/query

特定のインタフェースを実装したクラスを作成することでQuery/Mutationの追加が可能です

| Method | Interface |
| Type | Interface |
|----------------|-------------------------------------|
| Query | Plugin\Api\GraphQL\Query |
| Mutation | Plugin\Api\GraphQL\Mutation |
Expand Down Expand Up @@ -55,7 +55,7 @@ query {
```json
{
"data": {
"hello": null
"hello": "Hello Query!"
}
}
```
Expand Down

0 comments on commit 4f28b4f

Please sign in to comment.