mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
0767333597
Restified GraphQL Endpoints feature. GitOrigin-RevId: 3d6e589426ec21a60a915b47f579f0ac4934af45
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
|