mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 21:41:44 +03:00
26 lines
448 B
YAML
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
|