UNPKG

@graphql-tools/stitching-directives

Version:

A set of utils for faster development of GraphQL tools

8 lines (7 loc) 245 B
export const defaultStitchingDirectiveOptions = { keyDirectiveName: 'key', computedDirectiveName: 'computed', canonicalDirectiveName: 'canonical', mergeDirectiveName: 'merge', pathToDirectivesInExtensions: ['directives'], };