Skip to main content

ConversationUnstarPayload

Autogenerated return type of ConversationUnstar

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

Fields

ConversationUnstarPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationUnstarPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationUnstarPayload.conversation ● Conversation interface common

The updated conversation.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input

ConversationUnstarPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

Returned by

conversationUnstar mutation