Merge branch 'v4/backend' into v4/graphql-schema-generation-refactor

This commit is contained in:
Convly 2021-08-23 19:04:40 +02:00
commit 21045d8936

View File

@ -32,6 +32,7 @@ module.exports = async strapi => {
__schema__: _.cloneDeep(schema),
uid,
category,
modelType: 'component',
modelName: key,
globalId: schema.globalId || _.upperFirst(_.camelCase(`component_${uid}`)),
});