graphql-engine/server/tests-py/queries/graphql_mutation/insert/constraints/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

18 lines
200 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
drop table author
- type: run_sql
args:
sql: |
drop table address
- type: run_sql
args:
sql: |
drop table resident