Interface: StitchingDirectivesResult
stitching-directives/src.StitchingDirectivesResult
Table of contents
Properties
- allStitchingDirectives
- allStitchingDirectivesTypeDefs
- canonicalDirective
- canonicalDirectiveTypeDefs
- computedDirective
- computedDirectiveTypeDefs
- keyDirective
- keyDirectiveTypeDefs
- mergeDirective
- mergeDirectiveTypeDefs
- stitchingDirectivesTransformer
- stitchingDirectivesTypeDefs
- stitchingDirectivesValidator
Properties
allStitchingDirectives
• allStitchingDirectives: GraphQLDirective[]
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:24
allStitchingDirectivesTypeDefs
• allStitchingDirectivesTypeDefs: string
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:17
canonicalDirective
• canonicalDirective: GraphQLDirective
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:23
canonicalDirectiveTypeDefs
• canonicalDirectiveTypeDefs: string
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:15
computedDirective
• computedDirective: GraphQLDirective
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:21
computedDirectiveTypeDefs
• computedDirectiveTypeDefs: string
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:13
keyDirective
• keyDirective: GraphQLDirective
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:20
keyDirectiveTypeDefs
• keyDirectiveTypeDefs: string
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:12
mergeDirective
• mergeDirective: GraphQLDirective
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:22
mergeDirectiveTypeDefs
• mergeDirectiveTypeDefs: string
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:14
stitchingDirectivesTransformer
• stitchingDirectivesTransformer: (subschemaConfig: SubschemaConfig<any, any, any, Record<string, any>>) => SubschemaConfig<any, any, any, Record<string, any>>
Type declaration
▸ (subschemaConfig): SubschemaConfig<any, any, any, Record<string, any>>
Parameters
| Name | Type |
|---|---|
subschemaConfig | SubschemaConfig<any, any, any, Record<string, any>> |
Returns
SubschemaConfig<any, any, any, Record<string, any>>
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:19
stitchingDirectivesTypeDefs
• stitchingDirectivesTypeDefs: string
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:16
stitchingDirectivesValidator
• stitchingDirectivesValidator: (schema: GraphQLSchema) => GraphQLSchema
Type declaration
▸ (schema): GraphQLSchema
Parameters
| Name | Type |
|---|---|
schema | GraphQLSchema |
Returns
GraphQLSchema