Documentation
API Reference
Interfaces
GetSubschemasFromSupergraphSdlOpts

graphql-tools-monorepo / federation/src / GetSubschemasFromSupergraphSdlOpts

Interface: GetSubschemasFromSupergraphSdlOpts

federation/src.GetSubschemasFromSupergraphSdlOpts

Table of contents

Properties

Properties

batch

Optional batch: boolean

Defined in

packages/federation/src/supergraph.ts:42


onExecutor

Optional onExecutor: (opts: { endpoint: string ; subgraphName: string ; subgraphSchema: GraphQLSchema }) => Executor

Type declaration

▸ (opts): Executor

Parameters
NameType
optsObject
opts.endpointstring
opts.subgraphNamestring
opts.subgraphSchemaGraphQLSchema
Returns

Executor

Defined in

packages/federation/src/supergraph.ts:37


supergraphSdl

supergraphSdl: string | DocumentNode

Defined in

packages/federation/src/supergraph.ts:36