graphql-engine/server/tests-py/queries/graphql_introspection/teardown.yaml
2018-09-18 11:51:57 +05:30

20 lines
276 B
YAML

type: bulk
args:
#Drop relationship first
- type: drop_relationship
args:
table:
name: author
schema: public
relationship: articles
- type: run_sql
args:
sql: |
drop table article
- type: run_sql
args:
sql: |
drop table author