Skip to main content

ConversationAssignPayload

Autogenerated return type of ConversationAssign

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

Fields

ConversationAssignPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationAssignPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationAssignPayload.conversation ● Conversation interface common

The updated conversation.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input

ConversationAssignPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

Returned by

conversationAssign mutation