Skip to main content

ConversationBulkDeletePayload

Autogenerated return type of ConversationBulkDelete

type ConversationBulkDeletePayload {
clientMutationId: String
errors: [UserError!]!
jid: String!
}

Fields

ConversationBulkDeletePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input.

ConversationBulkDeletePayload.jid ● String! non-null scalar common

The ID of the batch job that will delete the conversations.

Returned by

conversationBulkDelete mutation