graphql-engine/server/tests-py/queries/endpoints/teardown.yaml
Lyndon Maydwell 0767333597 server: support restified versions of graphql queries (#303)
Restified GraphQL Endpoints feature.

GitOrigin-RevId: 3d6e589426ec21a60a915b47f579f0ac4934af45
2021-01-29 01:03:35 +00:00

26 lines
448 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_template
- type: drop_query_collection
args:
collection: test_collection
cascade: false
- type: run_sql
args:
sql: |
drop table test_table