graphql-engine/server/tests-py/queries/v1/metadata_order/teardown.yaml
paritosh-08 0775c00b0d server: add validation for query collections
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3658
GitOrigin-RevId: 3c644da15c92cac16356985d0fe0c6adb7001862
2022-03-08 09:49:18 +00:00

19 lines
338 B
YAML

type: bulk
args:
- type: drop_query_collection
args:
collection: collection_1
cascade: true
- type: drop_query_collection
args:
collection: collection_2
cascade: true
- type: run_sql
args:
sql: |
DROP TABLE test1 cascade;
DROP TABLE test2 cascade;
cascade: true
- type: clear_metadata
args: {}