mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
53ca4da79d
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4345 GitOrigin-RevId: 0b739530757ee1081d764d9582e3c0e648861d4e
34 lines
613 B
YAML
34 lines
613 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_date
|
|
- 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 |