Chat_ChannelUser
Some kind of link between a user and a channel
type Chat_ChannelUser {
channel: Chat_Channel!
channelDisplayName: String!
channelId: Chat_UUID!
createdAt: Chat_DateTime!
deletedAt: Chat_DateTime
hasLeaved: Boolean!
id: ID!
isChannelAdmin: Boolean!
isTyping: Boolean!
latestActivityAt: Chat_DateTime
latestMessageSeen: Chat_Message
latestMessageSeenId: Chat_ObjectID
notSeenMessageCount: Int!
notSeenMessages(
pagination: Chat_CursorPaginationInput! = [object Object]
): [Chat_Message!]!
updatedAt: Chat_DateTime!
user: Chat_User!
userId: String!
isMuted: Boolean!
profileRedirection: Chat_ProfileRedirectionUnion
}
Fields
Chat_ChannelUser.channel
● Chat_Channel!
non-null object
Chat_ChannelUser.channelDisplayName
● String!
non-null scalar
A pretty display name for the channel