graphql-engine/server/tests-py/queries/endpoints/teardown.yaml
Lyndon Maydwell 3fad5f6678 REST endpoint uuid param bugfix
GitOrigin-RevId: 56066b145576c1f536c420be3e537e8313e61099
2021-05-06 06:44:17 +00:00

29 lines
503 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_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