@graphql-tools/stitching-directives
Interfaces
- Expansion
 - MappingInstruction
 - MergedTypeResolverInfo
 - ParsedMergeArgsExpr
 - PropertyTree
 - StitchingDirectivesOptions
 - StitchingDirectivesResult
 
Type Aliases
Functions
Type Aliases
StitchingDirectivesFinalOptions
Ƭ StitchingDirectivesFinalOptions: Complete<StitchingDirectivesOptions>
Defined in
packages/stitching-directives/src/types.ts:40
VariablePaths
Ƭ VariablePaths: Record<string, (string | number)[]>
Defined in
packages/stitching-directives/src/types.ts:23
Functions
federationToStitchingSDL
▸ federationToStitchingSDL(federationSDL, stitchingConfig?): string
Parameters
| Name | Type | 
|---|---|
federationSDL | string | 
stitchingConfig | StitchingDirectivesResult | 
Returns
string
Defined in
packages/stitching-directives/src/federationToStitchingSDL.ts:54
stitchingDirectives
▸ stitchingDirectives(options?): StitchingDirectivesResult
Parameters
| Name | Type | 
|---|---|
options | StitchingDirectivesOptions |