Skip to main content

ConversationChangeChannelPayload

Autogenerated return type of ConversationChangeChannel

type ConversationChangeChannelPayload {
changesetId: String
clientMutationId: String
conversation: Conversation
diffs: [Diff!]!
errors: [UserError!]!
eventGroup: EventGroupType
}

Fields

ConversationChangeChannelPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationChangeChannelPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationChangeChannelPayload.conversation ● Conversation interface common

The updated conversation.

ConversationChangeChannelPayload.diffs ● [Diff!]! non-null object common

The movement in search/folder counts due to this mutation

ConversationChangeChannelPayload.errors ● [UserError!]! non-null object common

Errors related to user input.

ConversationChangeChannelPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

Returned by

conversationChangeChannel mutation