Skip to main content

ConversationUnreadPayload

Autogenerated return type of ConversationUnread

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

Fields

ConversationUnreadPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationUnreadPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationUnreadPayload.conversation ● Conversation interface common

The updated conversation.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input.

ConversationUnreadPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

Returned by

conversationUnread mutation