OBJECT
ChannelMember
A ChannelMembers is a User that has been assigned to the Channel.
link GraphQL Schema definition
- type ChannelMember {
- # The unique identifier for the User
- String :
- # Identifies the Channel to which the User has been assigned.
- ID! :
- # The role of the User ('owner', 'editor' or 'viewer') in this Channel.
- String :
- # The date when the User was added to the Channel.
- DateTime :
- # The date when the User was removed from the Channel.
- DateTime :
- }
link Require by
- ChannelA ChannelV2 is a collection of content like Courses, Paths, Projects, Guides, Interactive Courses, External Links, etc.
- ChannelMemberConnectionA type that describes the return type for the channelMembers query. ChannelMemberss can then be accessed via nodes or edges.
- ChannelMemberEdgeA type that describes an edge in the ChannelMembersConnection. Essentially, a ChannelMembersEdge is a wrapper object for ChannelMembers. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch ChannelMembers records after 'cursor'.