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

19 lines
278 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
- type: run_sql
args:
sql: |
drop table author