Skip to main content

ConversationMoveMessagePayload

Autogenerated return type of ConversationMoveMessage

type ConversationMoveMessagePayload {
changesetId: String
clientMutationId: String
conversation: Conversation!
errors: [UserError!]!
}

Fields

ConversationMoveMessagePayload.changesetId ● String scalar common

The changeset ID for the update.

ConversationMoveMessagePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationMoveMessagePayload.conversation ● Conversation! non-null interface common

The new conversation.

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

Errors related to user input

Returned by

conversationMoveMessage mutation