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

40 lines
517 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
- type: run_sql
args:
sql: |
drop table city
- type: run_sql
args:
sql: |
drop table orders
- type: run_sql
args:
sql: |
drop table message
- type: run_sql
args:
sql: |
drop table uuid_test