Skip to main content

conversationUndoSendPayload

Autogenerated return type of conversationUndoSend

type conversationUndoSendPayload {
changesetId: String
clientMutationId: String
diffs: [Diff!]!
errors: [UserError!]!
}

Fields

conversationUndoSendPayload.changesetId ● String scalar common

The changeset ID for the update.

conversationUndoSendPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input

Returned by

conversationUndoSend mutation