ConversationUnfollowInput
Autogenerated input type of ConversationUnfollow
input ConversationUnfollowInput {
clientMutationId: String
conversationId: ID!
followerIds: [ID!]!
}
Fields
ConversationUnfollowInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConversationUnfollowInput.conversationId ● ID! non-null scalar common
The ID of the conversation to unfollow.
ConversationUnfollowInput.followerIds ● [ID!]! non-null scalar common
The IDs of the agents to remove as followers.
Member of
conversationUnfollow mutation