@nestjs/graphql
Version:
Nest - modern, fast, powerful node.js web framework (@graphql)
11 lines (10 loc) • 443 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GqlParamtype = void 0;
var GqlParamtype;
(function (GqlParamtype) {
GqlParamtype[GqlParamtype["ROOT"] = 0] = "ROOT";
GqlParamtype[GqlParamtype["ARGS"] = 3] = "ARGS";
GqlParamtype[GqlParamtype["CONTEXT"] = 1] = "CONTEXT";
GqlParamtype[GqlParamtype["INFO"] = 2] = "INFO";
})(GqlParamtype = exports.GqlParamtype || (exports.GqlParamtype = {}));