graphql-engine/server/tests-py/queries/remote_schemas/basic_bulk_remove_add.yaml
Anon Ray a509a86eaa implement internal graphql server for remote schema tests (#1117)
* implement internal graphql server for remote schema tests

* add one more graphql endpoint and more tests

* add missing dependency
2018-11-26 18:38:16 +05:30

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