graphql-engine/server/tests-py/queries/v1/insert/permissions/teardown.yaml
nizar-m 596bccde49 add python based tests, remove haskell tests
this does not generate coverage report yet
2018-10-04 18:14:15 +05:30

30 lines
399 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 address
- type: run_sql
args:
sql: |
drop table resident
- type: run_sql
args:
sql: |
drop table article
- type: run_sql
args:
sql: |
drop table author