graphql-engine/server/tests-py/queries/event_triggers/transform/teardown.yaml
Solomon Bothwell af5ff07614 Request Transformations
https://github.com/hasura/graphql-engine-mono/pull/1984

Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com>
GitOrigin-RevId: 1767d6bdde48c156fe171b5a9b7e44d7f2eb4869
2021-09-16 11:03:57 +00:00

9 lines
115 B
YAML

type: bulk
args:
- type: run_sql
args:
cascade: true
sql: |
drop table hge_tests.test_t1 cascade;