ConversationAssignInput
Autogenerated input type of ConversationAssign
input ConversationAssignInput {
agentId: ID
clientMutationId: String
conversationId: ID!
skipNotifications: Boolean
teamId: ID
}
Fields
ConversationAssignInput.agentId ● ID scalar common
The agent to assign the conversation to.
ConversationAssignInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
ConversationAssignInput.conversationId ● ID! non-null scalar common
The ID of the conversation to assign.
ConversationAssignInput.skipNotifications ● Boolean scalar common
Whether to skip notifications to agents.
ConversationAssignInput.teamId ● ID scalar common
The team to assign the conversation to.
Member of
conversationAssign mutation