Skip to main content

ConversationUntagInput

Autogenerated input type of ConversationUntag

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

Fields

ConversationUntagInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationUntagInput.conversationId ● ID! non-null scalar common

The ID of the conversation to tag.

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

The IDs of the tags to add.

Member of

conversationUntag mutation