mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 12:31:52 +03:00
3ea611f9fd
* [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>
20 lines
376 B
YAML
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
|