System Information
- Strapi Version: 3.5.3
- Operating System: Linux
- Database: Postreges
- Node Version:
- NPM Version:
- Yarn Version:
Hello everybody, im trying to disable/unset a policy for a “user-permissions” resolver but I see that the graphql plugin set automatically the default “permissions” policy:
Is there a way to skip this part of code?
Resolver: plugins::users-permissions.user.me
Handler: ‘User.me’
What I want to achieve: allow blocked users to make a graphql call to the user.me handler.