graphql-engine/server/tests-py/queries/endpoints/teardown.yaml
Lyndon Maydwell 87426fdef4 Fixing REST Enpoints list variable bug
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3034
GitOrigin-RevId: af1c182879754359b253e630f1393d97d8bcfa2a
2021-12-03 21:57:25 +00:00

32 lines
559 B
YAML

type: bulk
args:
- type: drop_rest_endpoint
args:
name: simple
- type: drop_rest_endpoint
args:
name: simple_cached
- type: drop_rest_endpoint
args:
name: with_arg
- type: drop_rest_endpoint
args:
name: with_args
- type: drop_rest_endpoint
args:
name: with_uuids
- type: drop_rest_endpoint
args:
name: with_uuid
- type: drop_rest_endpoint
args:
name: with_template
- type: drop_query_collection
args:
collection: test_collection
cascade: false
- type: run_sql
args:
sql: |
drop table test_table