mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
d6de3592ed
* resolve the remote server when a remote join query used in action mutation
21 lines
326 B
YAML
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
|