EventChatroomView
No description
type EventChatroomView implements EventViewInterface {
id: ID!
name: String
nameTranslations: [TranslationString!]!
color: String
iconUrl: String
backgroundImageUrl: String
pageBackgroundUrl: String
visibilities(
rule: EventViewVisibilityRule
): [EventViewVisibility!]!
group: EventGroupView
channels: [ID!]!
}
Fields
EventChatroomView.id ● ID! non-null scalar
EventChatroomView.name ● String scalar
EventChatroomView.nameTranslations ● [TranslationString!]! non-null object
EventChatroomView.color ● String scalar
EventChatroomView.iconUrl ● String scalar
EventChatroomView.backgroundImageUrl ● String scalar
EventChatroomView.pageBackgroundUrl ● String scalar
EventChatroomView.visibilities ● [EventViewVisibility!]! non-null object
EventChatroomView.visibilities.rule ● EventViewVisibilityRule enum
EventChatroomView.group ● EventGroupView object
EventChatroomView.channels ● [ID!]! non-null scalar
Interfaces
EventViewInterface interface
Implemented By
CommunityView union ● EventView union