OBJECT
type ChannelUser {userId: Uuid! userName: String lastRead: DateTime channelId: Uuid! kind: String orgId: Uuid createdAt: DateTime updatedAt: DateTime status: String addedBy: String }