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

18 lines
282 B
YAML

type: bulk
args:
#Drop relationship first
- type: drop_relationship
args:
relationship: articles
table:
schema: public
name: author
- type: run_sql
args:
sql: |
DROP TABLE article;
DROP TABLE post;
DROP TABLE author;
cascade: true