graphql-engine/server/tests-py/queries/remote_schemas/validation/setup.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 lines
376 B
YAML
Raw Normal View History

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