INPUT_OBJECT

AdvanceAppointmentPriceInput

Payload for an advance appointment price

link GraphQL Schema definition

  • input AdvanceAppointmentPriceInput {
  • # The ID of the appointment type
  • appointment_type_id: ID
  • # The ID of the price
  • id: ID
  • # The price of the appointment type
  • price: String
  • }