graphql-engine/server/tests-py/queries/subscriptions/multiplexing/setup.yaml
Alexis King 18e8fbab1b
Parameterize all SQL values when multiplexing subscription queries (#2942)
Also, add support for explaining subscriptions while we’re at it.
2019-09-30 14:50:57 -05:00

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