Skip to main content

AgentNotificationPreferenceBulkUpsertPayload

Autogenerated return type of AgentNotificationPreferenceBulkUpsert

type AgentNotificationPreferenceBulkUpsertPayload {
clientMutationId: String
errors: [UserError!]!
notificationPreferences: [AgentNotificationPreference!]
}

Fields

AgentNotificationPreferenceBulkUpsertPayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

AgentNotificationPreferenceBulkUpsertPayload.errors ● [UserError!]! non-null object common

Errors related to user input

AgentNotificationPreferenceBulkUpsertPayload.notificationPreferences ● [AgentNotificationPreference!] list object common

Upserted preferences

Returned by

agentNotificationPreferenceBulkUpsert mutation