@graphql-tools/stitching-directives
Version:
A set of utils for faster development of GraphQL tools
11 lines (10 loc) • 368 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultStitchingDirectiveOptions = void 0;
exports.defaultStitchingDirectiveOptions = {
keyDirectiveName: 'key',
computedDirectiveName: 'computed',
canonicalDirectiveName: 'canonical',
mergeDirectiveName: 'merge',
pathToDirectivesInExtensions: ['directives'],
};
;