@graphql-tools/stitching-directives
Table of contents
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:37 (opens in a new tab)
VariablePaths
Ƭ VariablePaths: Record<string, (string | number)[]>
Defined in
packages/stitching-directives/src/types.ts:23 (opens in a new tab)
Functions
federationToStitchingSDL
▸ federationToStitchingSDL(federationSDL, stitchingConfig?): string
Parameters
| Name | Type |
|---|---|
federationSDL | string |
stitchingConfig | StitchingDirectivesResult |
Returns
string
Defined in
packages/stitching-directives/src/federationToStitchingSDL.ts:50 (opens in a new tab)
stitchingDirectives
▸ stitchingDirectives(options?): StitchingDirectivesResult
Parameters
| Name | Type |
|---|---|
options | StitchingDirectivesOptions |
Returns
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:27 (opens in a new tab)