mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
18e8fbab1b
Also, add support for explaining subscriptions while we’re at it.
9 lines
135 B
YAML
9 lines
135 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: CREATE TABLE test(id serial PRIMARY KEY);
|
|
- type: track_table
|
|
args:
|
|
name: test
|