Skip to main content

AgentNotificationPreferenceInput

No description

input AgentNotificationPreferenceInput {
id: ID
key: String!
namespace: AgentNotificationPreferenceNotificationNamespaceType
value: [AgentNotificationPreferenceNotificationType!]
}

Fields

AgentNotificationPreferenceInput.id ● ID scalar common

The Agent Notification Preference ID

AgentNotificationPreferenceInput.key ● String! non-null scalar common

The Agent Notification Preference key

AgentNotificationPreferenceInput.namespace ● AgentNotificationPreferenceNotificationNamespaceType enum common

The Agent Notification Preference Namespace

AgentNotificationPreferenceInput.value ● [AgentNotificationPreferenceNotificationType!] list enum common

The Notification Type

Member of

AgentNotificationPreferenceBulkUpsertInput input