graphql-engine/server/tests-py/queries/v1/run_sql/sql_select_query.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
225 B
YAML
Raw Normal View History

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