Skip to main content

ConversationSpamPayload

Autogenerated return type of ConversationSpam

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

Fields

ConversationSpamPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationSpamPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationSpamPayload.conversation ● Conversation interface common

The updated conversation.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input.

ConversationSpamPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

Returned by

conversationSpam mutation