Queries
customRoles
Returns all custom roles defined in the workspace. Use this to list the custom roles you have created and inspect their scope definitions. Supports cursor-based pagination. Requires the roles:read permission.
QUERY
customRoles(first: Int, after: String, last: Int, before: String): CustomRoleConnection!Arguments
first
Int
after
String
last
Int
before
String
Returns
edges
[CustomRoleEdge!]!
pageInfo
Query
Response
Query
Response

