@kontent-ai/gatsby-source
Version:
Source plugin providing Kontent.ai data from REST Delivery API
10 lines • 482 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.kontentTypesCreateSchemaCustomization = void 0;
const naming_1 = require("./naming");
const createSchemaCustomization = async (api) => {
const schema = (0, naming_1.getKontentTypesSchemaNamingConfiguration)();
api.actions.createTypes(schema);
};
exports.kontentTypesCreateSchemaCustomization = createSchemaCustomization;
//# sourceMappingURL=createSchemaCustomization.types.js.map