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
Name | Type |
---|---|
opts | Object |
opts.endpoint | string |
opts.subgraphName | string |
Returns
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)