mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
20 lines
266 B
YAML
20 lines
266 B
YAML
|
url: /v1/query
|
||
|
status: 200
|
||
|
response:
|
||
|
returning:
|
||
|
- author_id: 1
|
||
|
content: Sample article content 2
|
||
|
id: 2
|
||
|
affected_rows: 1
|
||
|
query:
|
||
|
type: delete
|
||
|
args:
|
||
|
table: article
|
||
|
where:
|
||
|
id: 2
|
||
|
returning:
|
||
|
- id
|
||
|
- content
|
||
|
- author_id
|
||
|
|