INPUT_OBJECT

ProviderAppointmentLocationsInput

Payload to bind an appointment location to a provider

link GraphQL Schema definition

  • 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
  • }