mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
a2cf9a53c2
GitOrigin-RevId: 3d1a7618a4ec086c2d255549a6c15087201e9ab0
22 lines
413 B
YAML
22 lines
413 B
YAML
url: /v1/query
|
|
status: 200
|
|
response:
|
|
- {result: null, result_type: CommandOk}
|
|
- {message: success}
|
|
- {result: null, result_type: CommandOk}
|
|
query:
|
|
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
create table hge_tests.t ();
|
|
- type: track_table
|
|
args:
|
|
schema: hge_tests
|
|
name: t
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table hge_tests.t;
|