Skip to main content

conversationDeleteNotePayload

Autogenerated return type of conversationDeleteNote

type conversationDeleteNotePayload {
changesetId: String
clientMutationId: String
conversation: Conversation
deletedMessageId: ID!
diffs: [Diff!]!
errors: [UserError!]!
eventGroup: EventGroupType
}

Fields

conversationDeleteNotePayload.changesetId ● String scalar common

The changeset ID for the update.

conversationDeleteNotePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

conversationDeleteNotePayload.conversation ● Conversation interface common

The updated conversation.

conversationDeleteNotePayload.deletedMessageId ● ID! non-null scalar common

The IDs of the deleted message.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input

conversationDeleteNotePayload.eventGroup ● EventGroupType object common

The group of events for changes made.

Returned by

conversationDeleteNote mutation