teamRoles
List the roles of a team, including the system 'leader' role and the group-management permission keys each role grants.
teamRoles(
groupId: BigInt!
): [GroupRole!]!
Arguments
teamRoles.groupId ● BigInt! non-null scalar
The team whose roles to list.
Type
GroupRole object
A role within a group (team/channel). Carries the group-management permission keys it grants (e.g. manage_members), NOT world/runtime grid permissions.