mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
87426fdef4
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3034 GitOrigin-RevId: af1c182879754359b253e630f1393d97d8bcfa2a
32 lines
559 B
YAML
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
|