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

11 lines
184 B
YAML
Raw Normal View History

type: bulk
args:
- type: run_sql
args:
cascade: true
sql: |
DROP VIEW article_view;
DROP TABLE article CASCADE;
DROP TABLE author;
DROP TABLE "user";