GraphQL base action context Used for mutations and queries
Request ID Used for logging to track request
Current user who executes action
Check if current user from context has permission
action string
Optional
scopes where action was executed
Check permission and throw AccessDenied error if user doesn't have permission
AccessDenied error if the user doesn't have the permission
GraphQL base action context Used for mutations and queries