mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
3fad5f6678
GitOrigin-RevId: 56066b145576c1f536c420be3e537e8313e61099
29 lines
503 B
YAML
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
|