Skip to main content

AgentNotificationPreferenceBulkUpsertInput

Autogenerated input type of AgentNotificationPreferenceBulkUpsert

input AgentNotificationPreferenceBulkUpsertInput {
clientMutationId: String
notificationPreferences: [AgentNotificationPreferenceInput!]!
}

Fields

AgentNotificationPreferenceBulkUpsertInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AgentNotificationPreferenceBulkUpsertInput.notificationPreferences ● [AgentNotificationPreferenceInput!]! non-null input common

The Agent Notification Preferences

Member of

agentNotificationPreferenceBulkUpsert mutation