INPUT_OBJECT

AdvanceAppointmentPricesInput

Payload for overriding an advance appointment price

link GraphQL Schema definition

  • input AdvanceAppointmentPricesInput {
  • # 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
  • # The ID of the user
  • user_id: ID
  • }