graphql-engine/server/tests-py/queries/remote_schemas/remote_relationships/teardown.yaml

17 lines
277 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
drop table if exists profiles
- type: run_sql
args:
sql: |
drop table if exists user_profiles
# also drops remote relationship as direct dep
- type: remove_remote_schema
args:
name: my-remote-schema