Skip to main content

ConversationMergeInput

Autogenerated input type of ConversationMerge

input ConversationMergeInput {
clientMutationId: String
sourceId: ID!
targetId: ID!
}

Fields

ConversationMergeInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationMergeInput.sourceId ● ID! non-null scalar common

The ID of the source conversation.

ConversationMergeInput.targetId ● ID! non-null scalar common

The ID of the target conversation.

Member of

conversationMerge mutation