mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
20 lines
267 B
YAML
20 lines
267 B
YAML
url: /v1/query
|
|
status: 200
|
|
response:
|
|
affected_rows: 2
|
|
returning:
|
|
- id: 1
|
|
name: Author 1
|
|
- id: 2
|
|
name: Author 2
|
|
query:
|
|
type: insert
|
|
args:
|
|
table: author
|
|
objects:
|
|
- name: Author 1
|
|
- name: Author 2
|
|
returning:
|
|
- name
|
|
- id
|