mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
a509a86eaa
* implement internal graphql server for remote schema tests * add one more graphql endpoint and more tests * add missing dependency
14 lines
247 B
YAML
14 lines
247 B
YAML
type: bulk
|
|
args:
|
|
- type: remove_remote_schema
|
|
args:
|
|
name: simple 1
|
|
|
|
- type: add_remote_schema
|
|
args:
|
|
name: simple 2
|
|
comment: testing
|
|
definition:
|
|
url: http://localhost:5000/hello-graphql
|
|
forward_client_headers: false
|