gotql
Version:
A GraphQL query framework for serverside apps
12 lines • 431 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.GotQL = void 0;
var GotQL;
(function (GotQL) {
let ExecutionType;
(function (ExecutionType) {
ExecutionType["QUERY"] = "query";
ExecutionType["MUTATION"] = "mutation";
})(ExecutionType = GotQL.ExecutionType || (GotQL.ExecutionType = {}));
})(GotQL || (exports.GotQL = GotQL = {}));
//# sourceMappingURL=generics.js.map
;