Problem/Motivation
By default users don't get the "execute arbitrary query" permission on GraphQL servers, but this is basically what every GraphQL application does.
Since we rely on the default user permissions (and OAuth scopes for applications in the future) we at least require the endpoint itself to be accessible.
Steps to reproduce
Proposed resolution
Provide the execute open_social_graphql arbitrary graphql requests permission to anonymous and authenticated users.
Comments
Comment #2
kingdutchhttps://github.com/goalgorilla/open_social/pull/2274
Comment #3
kingdutch