Skip to main content

ConversationMoveMessageInput

Autogenerated input type of ConversationMoveMessage

input ConversationMoveMessageInput {
clientMutationId: String
messageId: ID!
}

Fields

ConversationMoveMessageInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationMoveMessageInput.messageId ● ID! non-null scalar common

The ID of the message to move.

Member of

conversationMoveMessage mutation