@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
7 lines (6 loc) • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Root = void 0;
const gql_paramtype_enum_1 = require("../enums/gql-paramtype.enum");
const param_utils_1 = require("./param.utils");
exports.Root = (0, param_utils_1.createGqlParamDecorator)(gql_paramtype_enum_1.GqlParamtype.ROOT);