graphql-engine/server/tests-py/queries/actions/sync/remote_joins/values_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

8 lines
124 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
DELETE FROM "user";
SELECT setval('user_id_seq', 1, FALSE);