mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-24 17:03:37 +08: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
|