Skip to main content

ConversationTagInput

Autogenerated input type of ConversationTag

input ConversationTagInput {
clientMutationId: String
conversationId: ID!
tagIds: [ID!]!
}

Fields

ConversationTagInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationTagInput.conversationId ● ID! non-null scalar common

The ID of the conversation to tag.

ConversationTagInput.tagIds ● [ID!]! non-null scalar common

The IDs of the tags to add.

Member of

conversationTag mutation