@aws-amplify/graphql-types-generator
Version:
Generate API code or type annotations based on a GraphQL schema and statements
6 lines • 329 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.generateSource = void 0;
var codeGeneration_1 = require("./codeGeneration");
Object.defineProperty(exports, "generateSource", { enumerable: true, get: function () { return codeGeneration_1.generateSource; } });
//# sourceMappingURL=index.js.map
;