@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
8 lines (7 loc) • 491 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RESOLVER_REFERENCE_METADATA = exports.RESOLVER_REFERENCE_KEY = exports.GATEWAY_BUILD_SERVICE = exports.GRAPHQL_GATEWAY_MODULE_OPTIONS = void 0;
exports.GRAPHQL_GATEWAY_MODULE_OPTIONS = 'graphql:gateway_module_options';
exports.GATEWAY_BUILD_SERVICE = 'graphql:gateway_build_service';
exports.RESOLVER_REFERENCE_KEY = '__resolveReference';
exports.RESOLVER_REFERENCE_METADATA = 'graphql:resolve_reference';