graphql-tools-monorepo / stitching-directives/src / StitchingDirectivesResult
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: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
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:22
stitchingDirectivesTypeDefs
• stitchingDirectivesTypeDefs: string
Defined in
packages/stitching-directives/src/stitchingDirectives.ts:19
stitchingDirectivesValidator
• stitchingDirectivesValidator: (schema
: GraphQLSchema
) => GraphQLSchema
Type declaration
▸ (schema
): GraphQLSchema
Parameters
Name | Type |
---|---|
schema | GraphQLSchema |
Returns
GraphQLSchema