Skip to content

BulkDeleteAvailabilityInput

Autogenerated input type of BulkDeleteAvailability

Fields

deprecated DO NOT USE
ids · [ID!]! · required · Array of availability IDs to delete (max 200)

Used By

Definition

"""
Autogenerated input type of BulkDeleteAvailability
"""
input BulkDeleteAvailabilityInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Array of availability IDs to delete (max 200)
"""
ids: [ID!]!
}