You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
At the moment custom permission checks are solved via type-graphql middlewares and not the buildin auth checker functionality. This brings some disadvantages, like not being able to use buildin error handling behaviour and failing silently as proposed here.
Acceptance Criteria:
protected queries, mutations, and fields are decorated by the buildin type-graphql decorators
Motivation:
At the moment custom permission checks are solved via type-graphql middlewares and not the buildin auth checker functionality. This brings some disadvantages, like not being able to use buildin error handling behaviour and failing silently as proposed here.
Acceptance Criteria:
errors
anddata
is returned by a graphql query (e.g. feature: share settings see other users as member #2520)Authoriztation Docs
The text was updated successfully, but these errors were encountered: