mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
a509a86eaa
* implement internal graphql server for remote schema tests * add one more graphql endpoint and more tests * add missing dependency
12 lines
141 B
YAML
12 lines
141 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table hello
|
|
|
|
- type: remove_remote_schema
|
|
args:
|
|
name: simple2-graphql
|
|
|