mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
596bccde49
this does not generate coverage report yet
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
|