delegate
Delegates a resolver to a remote schema.
directive @delegate(
path: String
schema: String!
) on FIELD_DEFINITION
Arguments
delegate.path ● String scalar
The path to the field on the remote schema.
delegate.schema ● String! non-null scalar
The name of the schema to which this field shall be delegated to.