Skip to main content

ConversationChangeChannelInput

Autogenerated input type of ConversationChangeChannel

input ConversationChangeChannelInput {
channelId: ID!
clientMutationId: String
conversationId: ID!
skipNotifications: Boolean
}

Fields

ConversationChangeChannelInput.channelId ● ID! non-null scalar common

The ID of the destination channel.

ConversationChangeChannelInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationChangeChannelInput.conversationId ● ID! non-null scalar common

The ID of the conversation to move.

ConversationChangeChannelInput.skipNotifications ● Boolean scalar common

Whether to skip notifications to agents.

Member of

conversationChangeChannel mutation