Skip to content

ProviderAppointmentLocationsInput

Payload to bind an appointment location to a provider

Fields

_destroy · Boolean · If true, the join table record will be deleted
appointment_location_id · ID · The ID of the appointment location
id · ID · The ID of the join table record

Used By

Definition

"""
Payload to bind an appointment location to a provider
"""
input ProviderAppointmentLocationsInput {
"""
If true, the join table record will be deleted
"""
_destroy: Boolean
"""
The ID of the appointment location
"""
appointment_location_id: ID
"""
The ID of the join table record
"""
id: ID
}