@aws-amplify/graphql-transformer-core
Version:
A framework to transform from GraphQL SDL to AWS CloudFormation.
10 lines • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConflictHandlerType = void 0;
var ConflictHandlerType;
(function (ConflictHandlerType) {
ConflictHandlerType["OPTIMISTIC"] = "OPTIMISTIC_CONCURRENCY";
ConflictHandlerType["AUTOMERGE"] = "AUTOMERGE";
ConflictHandlerType["LAMBDA"] = "LAMBDA";
})(ConflictHandlerType = exports.ConflictHandlerType || (exports.ConflictHandlerType = {}));
//# sourceMappingURL=transformer-config.js.map