Skip to main content

AgentNotificationPreferenceBulkDeletePayload

Autogenerated return type of AgentNotificationPreferenceBulkDelete

type AgentNotificationPreferenceBulkDeletePayload {
clientMutationId: String
errors: [UserError!]!
ids: [ID!]
}

Fields

AgentNotificationPreferenceBulkDeletePayload.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

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

Errors related to user input

AgentNotificationPreferenceBulkDeletePayload.ids ● [ID!] list scalar common

The IDs of the notification preferences that were deleted.

Returned by

agentNotificationPreferenceBulkDelete mutation