mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
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
|