• 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


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
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


stitchingDirectivesTypeDefs

stitchingDirectivesTypeDefs: string

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:16


stitchingDirectivesValidator

stitchingDirectivesValidator: (schema: GraphQLSchema) => GraphQLSchema

Type declaration

▸ (schema): GraphQLSchema

Parameters
NameType
schemaGraphQLSchema
Returns

GraphQLSchema

Defined in

packages/stitching-directives/src/stitchingDirectives.ts:18