Skip to main content

ConversationChangeContactPayload

Autogenerated return type of ConversationChangeContact

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

Fields

ConversationChangeContactPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationChangeContactPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationChangeContactPayload.conversation ● Conversation interface common

The conversation that was updated.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input

ConversationChangeContactPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

Returned by

conversationChangeContact mutation