Add a GraphQL query that returns the roles assigned to the current user.
Acceptance criteria:
-
New my_roles query accessible to authenticated users
-
Returns list of RoleGQL objects assigned to the requesting user
-
Pagination support
-
No RBAC check required (implicit: always allowed to see own roles)
JIRA Issue: BA-4812
Add a GraphQL query that returns the roles assigned to the current user.
Acceptance criteria:
New my_roles query accessible to authenticated users
Returns list of RoleGQL objects assigned to the requesting user
Pagination support
No RBAC check required (implicit: always allowed to see own roles)
JIRA Issue: BA-4812