Skip to main content

ConversationFollowInput

Autogenerated input type of ConversationFollow

input ConversationFollowInput {
clientMutationId: String
conversationId: ID!
followerIds: [ID!]!
}

Fields

ConversationFollowInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationFollowInput.conversationId ● ID! non-null scalar common

The ID of the conversation to follow.

ConversationFollowInput.followerIds ● [ID!]! non-null scalar common

The IDs of the agents to add as followers.

Member of

conversationFollow mutation