Skip to main content

ConversationBulkDeleteInput

Autogenerated input type of ConversationBulkDelete

input ConversationBulkDeleteInput {
clientMutationId: String
conversationIds: [ID!]!
deleteMode: DeleteMode
}

Fields

ConversationBulkDeleteInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationBulkDeleteInput.conversationIds ● [ID!]! non-null scalar common

The ID of the conversation to delete.

ConversationBulkDeleteInput.deleteMode ● DeleteMode enum common

The mode with which to delete the conversations.

Member of

conversationBulkDelete mutation