Documentation
API Reference
Interfaces
StitchingDirectivesResult

graphql-tools-monorepo / stitching-directives/src / StitchingDirectivesResult

Interface: StitchingDirectivesResult

stitching-directives/src.StitchingDirectivesResult

Table of contents

Properties

Properties

allStitchingDirectives

allStitchingDirectives: GraphQLDirective[]

Defined in

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


allStitchingDirectivesTypeDefs

allStitchingDirectivesTypeDefs: string

Defined in

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


canonicalDirective

canonicalDirective: GraphQLDirective

Defined in

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


canonicalDirectiveTypeDefs

canonicalDirectiveTypeDefs: string

Defined in

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


computedDirective

computedDirective: GraphQLDirective

Defined in

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


computedDirectiveTypeDefs

computedDirectiveTypeDefs: string

Defined in

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


keyDirective

keyDirective: GraphQLDirective

Defined in

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


keyDirectiveTypeDefs

keyDirectiveTypeDefs: string

Defined in

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


mergeDirective

mergeDirective: GraphQLDirective

Defined in

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


mergeDirectiveTypeDefs

mergeDirectiveTypeDefs: string

Defined in

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


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


stitchingDirectivesTypeDefs

stitchingDirectivesTypeDefs: string

Defined in

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


stitchingDirectivesValidator

stitchingDirectivesValidator: (schema: GraphQLSchema) => GraphQLSchema

Type declaration

▸ (schema): GraphQLSchema

Parameters
NameType
schemaGraphQLSchema
Returns

GraphQLSchema

Defined in

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