graphql-engine/server/tests-py/queries/actions/sync/remote_joins/schema_teardown.yaml
Karthikeyan Chinnakonda d6de3592ed
actions: fix behaviour when using remote relationship in mutation action's relationship (#4982)
* resolve the remote server when a remote join query used in action mutation
2020-06-05 17:33:18 +05:30

21 lines
326 B
YAML

type: bulk
args:
- type: drop_action
args:
name: create_user
clear_data: true
- type: set_custom_types
args: {}
- type: run_sql
args:
cascade: true
sql: |
DROP TABLE "user";
# also drops remote relationship as direct dep
- type: remove_remote_schema
args:
name: actions-remote-join-schema