UNPKG

@reactionable/amplify

Version:
9 lines 414 B
"use strict"; 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