UNPKG

@nestjs/graphql

Version:

Nest - modern, fast, powerful node.js web framework (@graphql)

11 lines (10 loc) 435 B
"use strict"; 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 = GqlParamtype = {}));