Skip to main content

ConversationMergePayload

Autogenerated return type of ConversationMerge

type ConversationMergePayload {
changesetId: String
clientMutationId: String
errors: [UserError!]!
source: Conversation!
sourceDiffs: [Diff!]!
target: Conversation!
targetDiffs: [Diff!]!
}

Fields

ConversationMergePayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationMergePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input.

ConversationMergePayload.source ● Conversation! non-null interface common

The deleted source conversation.

ConversationMergePayload.sourceDiffs ● [Diff!]! non-null object common

The movement in search and folder counts from the source conversation change.

ConversationMergePayload.target ● Conversation! non-null interface common

The updated target conversation.

ConversationMergePayload.targetDiffs ● [Diff!]! non-null object common

The movement in search and folder counts from the target conversation change.

Returned by

conversationMerge mutation