Skip to main content

ConversationDeletePayload

Autogenerated return type of ConversationDelete

type ConversationDeletePayload {
clientMutationId: String
deletedConversationIds: [ID!]!
diffs: [Diff!]!
errors: [UserError!]!
}

Fields

ConversationDeletePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationDeletePayload.deletedConversationIds ● [ID!]! non-null scalar common

The IDs of the deleted conversations.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input.

Returned by

conversationDelete mutation