mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
13 lines
201 B
YAML
13 lines
201 B
YAML
|
type: bulk
|
||
|
args:
|
||
|
- type: run_sql
|
||
|
args:
|
||
|
sql: |
|
||
|
drop table hello
|
||
|
- type: remove_remote_schema
|
||
|
args:
|
||
|
name: simple1-graphql
|
||
|
- type: remove_remote_schema
|
||
|
args:
|
||
|
name: simple2-graphql
|