channelMembers
List the members of a channel (the subscriber set, including pending requests), each with their status and roles.
channelMembers(
groupId: BigInt!
): [GroupMember!]!
Arguments
channelMembers.groupId ● BigInt! non-null scalar
The channel whose members to list.
Type
GroupMember object
A user's membership in a group, including the roles assigned to them.