mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-06-15 18:17:53 +08: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
|