1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.GqlParamtype = void 0;
|
4 | var GqlParamtype;
|
5 | (function (GqlParamtype) {
|
6 | GqlParamtype[GqlParamtype["ROOT"] = 0] = "ROOT";
|
7 | GqlParamtype[GqlParamtype["ARGS"] = 3] = "ARGS";
|
8 | GqlParamtype[GqlParamtype["CONTEXT"] = 1] = "CONTEXT";
|
9 | GqlParamtype[GqlParamtype["INFO"] = 2] = "INFO";
|
10 | })(GqlParamtype || (exports.GqlParamtype = GqlParamtype = {}));
|