graphql-engine/server/tests-py/queries/graphql_query/v1alpha1/errors/teardown.yaml

31 lines
411 B
YAML
Raw Normal View History

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 "user"
#- type: run_sql
# args:
# sql: |
# drop type inventory_item