mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 08:05:12 +00:00
fix
This commit is contained in:
parent
873ffaf323
commit
d4a4f9f495
1 changed files with 7 additions and 7 deletions
|
@ -35,8 +35,8 @@ mutation MyMutation {
|
|||
例として `pages` テーブルに次のデータを書き込みます。
|
||||
|
||||
| 項目 | 説明 | 値 |
|
||||
| --------- | ------------ | ---------------- |
|
||||
| `content` | ページの本文 | `{hey: "hello"}` |
|
||||
| --------- | ------------ | ----------------- |
|
||||
| `content` | ページの本文 | `{hey: "hello!"}` |
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
```graphql
|
||||
|
@ -82,9 +82,9 @@ query MyQuery {
|
|||
このとき、引数の `id` として、データに割り当てられた `id` を使います。
|
||||
|
||||
| 項目 | 説明 | 例 |
|
||||
| --------- | -------------- | ---------------- |
|
||||
| --------- | -------------- | ----------------- |
|
||||
| `id` | ページの識別子 | `2` |
|
||||
| `content` | ページの本文 | `{hey: "hello"}` |
|
||||
| `content` | ページの本文 | `{hey: "hello!"}` |
|
||||
|
||||
レスポンスを見ると、問題なく先ほど書き込まれたのテーブル内データが得られていますね。
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue