graphql-engine/server/tests-py/queries/remote_schemas/validation/setup.yaml
Karthikeyan Chinnakonda 3ea611f9fd
Server: Validate remote schema queries (#5938)
* [skip ci] use the args while making the fieldParser

* modify the execution part of the remote queries

* parse union queries deeply

* add test for remote schema field validation

* add tests for validating remote query arguments


Co-authored-by: Auke Booij <auke@hasura.io>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2020-10-13 14:03:11 +05:30

20 lines
376 B
YAML

type: bulk
args:
- type: add_remote_schema
args:
name: user
definition:
url: http://localhost:5000/user-graphql
- type: add_remote_schema
args:
name: character-iface
definition:
url: http://localhost:5000/character-iface-graphql
- type: add_remote_schema
args:
name: union
definition:
url: http://localhost:5000/union-graphql