Skip to main content

ConversationForwardPayload

Autogenerated return type of ConversationForward

type ConversationForwardPayload {
changesetId: String
clientMutationId: String
conversation: Conversation
deletedDraftId: String
diffs: [Diff!]!
errors: [UserError!]!
eventGroup: EventGroupType
message: Message
}

Fields

ConversationForwardPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationForwardPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationForwardPayload.conversation ● Conversation interface common

The forwarded conversation.

ConversationForwardPayload.deletedDraftId ● String scalar common

The UUID of the deleted draft.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input

ConversationForwardPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

ConversationForwardPayload.message ● Message interface common

The created message.

Returned by

conversationForward mutation