mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-27 17:36:15 +03:00
15 lines
173 B
YAML
15 lines
173 B
YAML
|
url: /v1/query
|
||
|
status: 200
|
||
|
response:
|
||
|
- id: 1
|
||
|
name: Author 1
|
||
|
- id: 2
|
||
|
name: Author 2
|
||
|
query:
|
||
|
type: select
|
||
|
args:
|
||
|
table: author
|
||
|
columns:
|
||
|
- id
|
||
|
- name
|