graphql-engine/server/tests-py/queries/actions/async/schema_teardown.yaml
paritosh-08 40678855d0 server: add support for nested object type in action
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2788
Co-authored-by: David Overton <7734777+dmoverton@users.noreply.github.com>
GitOrigin-RevId: f8ed9741e95b6864a48af7db338f3f619617483a
2021-12-15 23:52:43 +00:00

23 lines
422 B
YAML

type: bulk
args:
- type: drop_action # also drops the permissions
args:
name: create_user
clear_data: true
- type: drop_action # also drops the permissions
args:
name: create_user_transformed
clear_data: true
- type: drop_action
args:
name: create_user_nested
# clear custom types
- type: set_custom_types
args: {}
- type: run_sql
args:
cascade: true
sql: |
DROP TABLE "user";