graphql-tools-monorepo / federation/src / GetStitchingOptionsFromSupergraphSdlOpts
Interface: GetStitchingOptionsFromSupergraphSdlOpts
federation/src.GetStitchingOptionsFromSupergraphSdlOpts
Hierarchy
-
GetStitchingOptionsFromSupergraphSdlOpts
Table of contents
Properties
Properties
batch
• Optional
batch: boolean
Defined in
packages/federation/src/supergraph.ts:91
httpExecutorOpts
• Optional
httpExecutorOpts: Partial
<HTTPExecutorOptions
>
Defined in
packages/federation/src/supergraph.ts:89
onSubschemaConfig
• Optional
onSubschemaConfig: (subschemaConfig
: FederationSubschemaConfig
) => void
Type declaration
▸ (subschemaConfig
): void
Parameters
Name | Type |
---|---|
subschemaConfig | FederationSubschemaConfig |
Returns
void
Defined in
packages/federation/src/supergraph.ts:90
supergraphSdl
• supergraphSdl: string
| DocumentNode