Chat_CreateChannelInput
No description
input Chat_CreateChannelInput {
description: String
externalLinks: [Chat_ExternalLinkInput!]
isPrivate: Boolean
type: Chat_ChannelType
name: String
translations: [Chat_ChannelTranslationInput!]
communityId: String
enabledInteractions: [Chat_ChannelInteractionType!]
interactionsOrder: [Chat_ChannelInteractionType!]
interactionsConfig: [Chat_ChannelInteractionConfigInput!]
}
Fields
Chat_CreateChannelInput.description ● String scalar
Chat_CreateChannelInput.externalLinks ● [Chat_ExternalLinkInput!] list input
Chat_CreateChannelInput.isPrivate ● Boolean scalar
@deprecated use type field instead
Chat_CreateChannelInput.type ● Chat_ChannelType enum
Chat_CreateChannelInput.name ● String scalar
Chat_CreateChannelInput.translations ● [Chat_ChannelTranslationInput!] list input
Chat_CreateChannelInput.communityId ● String scalar
Chat_CreateChannelInput.enabledInteractions ● [Chat_ChannelInteractionType!] list enum
@deprecated use interactionsConfig instead
Chat_CreateChannelInput.interactionsOrder ● [Chat_ChannelInteractionType!] list enum
@deprecated use interactionsConfig instead
Chat_CreateChannelInput.interactionsConfig ● [Chat_ChannelInteractionConfigInput!] list input
Member Of
createChatroom mutation