Docs
API Reference
Interfaces
GetSubschemasFromSupergraphSdlOpts

Interface: GetSubschemasFromSupergraphSdlOpts

federation/src.GetSubschemasFromSupergraphSdlOpts

Table of contents

Properties

Properties

batch

Optional batch: boolean

Defined in

packages/federation/src/supergraph.ts:33 (opens in a new tab)


onExecutor

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

Type declaration

▸ (opts): Executor

Parameters
NameType
optsObject
opts.endpointstring
opts.subgraphNamestring
Returns

Executor

Defined in

packages/federation/src/supergraph.ts:32 (opens in a new tab)


supergraphSdl

supergraphSdl: string | DocumentNode

Defined in

packages/federation/src/supergraph.ts:31 (opens in a new tab)