graphql-engine/server/tests-py/queries/actions/relationships/basic/teardown.yaml
Vamshi Surabhi 1ca0cb9c74 Fixes remote relationships on actions
Fixes: https://github.com/hasura/graphql-engine/issues/8399. See [this comment](https://github.com/hasura/graphql-engine-mono/pull/4297/files#r853259983) for an explanation.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4297
Co-authored-by: Brandon Martin <40686+codedmart@users.noreply.github.com>
GitOrigin-RevId: accc85a77cb108224b1c78da709dc96d0e4e298d
2022-04-19 17:49:57 +00:00

22 lines
248 B
YAML

type: bulk
args:
- type: drop_action
args:
name: get_messages
- type: set_custom_types
args: {}
- type: untrack_table
args:
table:
name: user
schema: public
- type: run_sql
args:
sql: |
DROP TABLE "user";