Skip to main content

ConversationUntagPayload

Autogenerated return type of ConversationUntag

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

Fields

ConversationUntagPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationUntagPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationUntagPayload.conversation ● Conversation interface common

The updated conversation.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input.

ConversationUntagPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

Returned by

conversationUntag mutation