channelRoles
List the roles of a channel, including the system 'leader' role and any default 'member' role (which typically grants send_messages).
channelRoles(
groupId: BigInt!
): [GroupRole!]!
Arguments
channelRoles.groupId ● BigInt! non-null scalar
The channel 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.