mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
Remove NOTE
This commit is contained in:
parent
7d5c1e9b21
commit
e826297051
@ -61,7 +61,7 @@ module.exports = ({ strapi }) => ({
|
||||
// locale arg transformation for localized createEntity mutations
|
||||
...getLocalizedCreateMutationsResolversConfigs({ typeRegistry }),
|
||||
|
||||
// NOTE: Modify the default scope associated to find and findOne locale queries to match the actual action name
|
||||
// Modify the default scope associated to find and findOne locale queries to match the actual action name
|
||||
'Query.i18NLocale': { auth: { scope: 'plugin::i18n.locales.listLocales' } },
|
||||
'Query.i18NLocales': { auth: { scope: 'plugin::i18n.locales.listLocales' } },
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user