graphql-engine/server/tests-py/queries/graphql_query/allowlist/teardown.yaml

17 lines
259 B
YAML

type: bulk
args:
- type: drop_collection_from_allowlist
args:
collection: collection_1
- type: drop_query_collection
args:
collection: collection_1
cascade: False
- type: run_sql
args:
sql: |
DROP TABLE "user";
cascade: true