Docs
API Reference
Interfaces
StitchingDirectivesResult

Interface: StitchingDirectivesResult

stitching-directives/src.StitchingDirectivesResult

Table of contents

Properties

Properties

allStitchingDirectives

allStitchingDirectives: GraphQLDirective[]

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:24 (opens in a new tab)


allStitchingDirectivesTypeDefs

allStitchingDirectivesTypeDefs: string

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:17 (opens in a new tab)


canonicalDirective

canonicalDirective: GraphQLDirective

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:23 (opens in a new tab)


canonicalDirectiveTypeDefs

canonicalDirectiveTypeDefs: string

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:15 (opens in a new tab)


computedDirective

computedDirective: GraphQLDirective

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:21 (opens in a new tab)


computedDirectiveTypeDefs

computedDirectiveTypeDefs: string

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:13 (opens in a new tab)


keyDirective

keyDirective: GraphQLDirective

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:20 (opens in a new tab)


keyDirectiveTypeDefs

keyDirectiveTypeDefs: string

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:12 (opens in a new tab)


mergeDirective

mergeDirective: GraphQLDirective

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:22 (opens in a new tab)


mergeDirectiveTypeDefs

mergeDirectiveTypeDefs: string

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:14 (opens in a new tab)


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
NameType
subschemaConfigSubschemaConfig<any, any, any, Record<string, any>>
Returns

SubschemaConfig<any, any, any, Record<string, any>>

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:19 (opens in a new tab)


stitchingDirectivesTypeDefs

stitchingDirectivesTypeDefs: string

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:16 (opens in a new tab)


stitchingDirectivesValidator

stitchingDirectivesValidator: (schema: GraphQLSchema) => GraphQLSchema

Type declaration

▸ (schema): GraphQLSchema

Parameters
NameType
schemaGraphQLSchema
Returns

GraphQLSchema

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:18 (opens in a new tab)