mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
d6de3592ed
* resolve the remote server when a remote join query used in action mutation
8 lines
124 B
YAML
8 lines
124 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DELETE FROM "user";
|
|
SELECT setval('user_id_seq', 1, FALSE);
|