@reactionable/amplify
Version:
Reactionable package for Amplify
9 lines • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GraphQLAPI = exports.graphqlOperation = void 0;
var api_graphql_1 = require("@aws-amplify/api-graphql");
Object.defineProperty(exports, "graphqlOperation", { enumerable: true, get: function () { return api_graphql_1.graphqlOperation; } });
exports.GraphQLAPI = {
graphql: jest.fn(),
};
//# sourceMappingURL=api-graphql.js.map