Skip to main content

ConversationReplyPayload

Autogenerated return type of ConversationReply

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

Fields

ConversationReplyPayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationReplyPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationReplyPayload.conversation ● Conversation interface common

The replied to conversation.

ConversationReplyPayload.deletedDraftId ● String scalar common

The UUID of the deleted draft.

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

The movement in search/folder counts due to this mutation

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

Errors related to user input

ConversationReplyPayload.eventGroup ● EventGroupType object common

The group of events for changes made.

ConversationReplyPayload.message ● Message interface common

The created message.

Returned by

conversationReply mutation