Query component

I think I got the a solution. The query the attributes it is possible to use this query:

strapi.query(‘user.notification-settings’).model.attributes

So in the query it is needed to use “category.name”.

3 Likes