@pact-foundation/pact
Version:
Pact for all things Javascript
9 lines • 338 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OperationType = void 0;
var OperationType;
(function (OperationType) {
OperationType["Mutation"] = "Mutation";
OperationType["Query"] = "Query";
})(OperationType || (exports.OperationType = OperationType = {}));
//# sourceMappingURL=types.js.map