UNPKG

@shopify/api-codegen-preset

Version:
23 lines (18 loc) 651 B
'use strict'; var types = require('./types.js'); var preset = require('./preset.js'); var apiTypes = require('./api-types.js'); var apiProject = require('./api-project.js'); var graphqlCodegen = require('@shopify/graphql-codegen'); Object.defineProperty(exports, "ApiType", { enumerable: true, get: function () { return types.ApiType; } }); exports.preset = preset.preset; exports.shopifyApiTypes = apiTypes.shopifyApiTypes; exports.shopifyApiProject = apiProject.shopifyApiProject; Object.defineProperty(exports, "pluckConfig", { enumerable: true, get: function () { return graphqlCodegen.pluckConfig; } }); //# sourceMappingURL=index.js.map