mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
22 lines
315 B
YAML
22 lines
315 B
YAML
url: /v1/query
|
|
status: 200
|
|
response:
|
|
affected_rows: 1
|
|
returning:
|
|
- id: 1
|
|
name: Author 1 updated
|
|
query:
|
|
type: insert
|
|
args:
|
|
table: author
|
|
objects:
|
|
- name: Author 1 updated
|
|
id : 1
|
|
on_conflict:
|
|
constraint_on:
|
|
- id
|
|
action: update
|
|
returning:
|
|
- name
|
|
- id
|