mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
1abb1dee69
https://github.com/hasura/graphql-engine-mono/pull/1740 GitOrigin-RevId: e807952058243a97f67cd9969fa434933a08652f
14 lines
308 B
YAML
14 lines
308 B
YAML
type: add_remote_schema
|
|
args:
|
|
name: my-remote-schema
|
|
definition:
|
|
url: http://localhost:4020
|
|
forward_client_headers: false
|
|
customization:
|
|
root_fields_namespace: my_remote_schema
|
|
type_names:
|
|
prefix: Foo
|
|
field_names:
|
|
- parent_type: User
|
|
prefix: foo_
|