Skip to main content

ConversationForwardV2Payload

Autogenerated return type of ConversationForwardV2

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

Fields

ConversationForwardV2Payload.changesetId ● String scalar common

The changeset ID for the update.

ConversationForwardV2Payload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationForwardV2Payload.conversation ● Conversation interface common

The forwarded conversation.

ConversationForwardV2Payload.deletedDraftId ● String scalar common

The UUID of the deleted draft.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input

ConversationForwardV2Payload.eventGroup ● EventGroupType object common

The group of events for changes made.

ConversationForwardV2Payload.message ● Message interface common

The created message.

Returned by

conversationForwardV2 mutation