mirror of
https://github.com/strapi/strapi.git
synced 2025-10-30 01:17:28 +00:00
Merge branch 'v4/backend' into v4/graphql-schema-generation-refactor
This commit is contained in:
commit
21045d8936
@ -32,6 +32,7 @@ module.exports = async strapi => {
|
|||||||
__schema__: _.cloneDeep(schema),
|
__schema__: _.cloneDeep(schema),
|
||||||
uid,
|
uid,
|
||||||
category,
|
category,
|
||||||
|
modelType: 'component',
|
||||||
modelName: key,
|
modelName: key,
|
||||||
globalId: schema.globalId || _.upperFirst(_.camelCase(`component_${uid}`)),
|
globalId: schema.globalId || _.upperFirst(_.camelCase(`component_${uid}`)),
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user