Skip to main content

ConversationUnassignInput

Autogenerated input type of ConversationUnassign

input ConversationUnassignInput {
agent: Boolean
clientMutationId: String
conversationId: ID!
skipNotifications: Boolean
team: Boolean
}

Fields

ConversationUnassignInput.agent ● Boolean scalar common

True to unassign the currently assigned agent; false or blank otherwise.

ConversationUnassignInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

ConversationUnassignInput.conversationId ● ID! non-null scalar common

The ID of the conversation to snooze.

ConversationUnassignInput.skipNotifications ● Boolean scalar common

Whether to skip agent notifications.

ConversationUnassignInput.team ● Boolean scalar common

True to unassign the currently assigned team; false or blank otherwise.

Member of

conversationUnassign mutation