Remove NOTE

This commit is contained in:
Convly 2022-09-01 10:54:32 +02:00
parent 7d5c1e9b21
commit e826297051

View File

@ -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' } },
},