mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-25 01:12:25 +08:00
20 lines
225 B
YAML
20 lines
225 B
YAML
url: /v1/query
|
|
status: 200
|
|
response:
|
|
result_type: TuplesOk
|
|
result:
|
|
-
|
|
- id
|
|
- name
|
|
-
|
|
- '1'
|
|
- Author 1
|
|
-
|
|
- '2'
|
|
- Author 2
|
|
query:
|
|
type: run_sql
|
|
args:
|
|
sql: |
|
|
SELECT * from author
|