Skip to main content

roleType

Get all role types available in the system. Optionally filter by domain and party type.

You need to have the permissions get_role_types to access this query, and only system admins can access the role types from the SYSTEM domain.

roleType(
id: ID!
): RoleType!

Arguments

roleType.id ● ID! non-null scalar

ID of the role type to retrieve. If not provided, all role types will be returned.

Type

RoleType object