Skip to content

BulkDeleteAvailabilityPayload

Autogenerated return type of BulkDeleteAvailability.

Fields

deprecated DO NOT USE
deleted_count · Int · Number of availabilities deleted
messages · [FieldError] · The list of errors occurred during the mutation
success · Boolean · Whether the operation succeeded

Used By

Definition

"""
Autogenerated return type of BulkDeleteAvailability.
"""
type BulkDeleteAvailabilityPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Number of availabilities deleted
"""
deleted_count: Int
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
"""
Whether the operation succeeded
"""
success: Boolean
}