INPUT_OBJECT

RecurringAppointmentInput

Payload for a recurring appointment

link GraphQL Schema definition

  • input RecurringAppointmentInput {
  • # The unique identifier of the recurring appointment
  • id: ID
  • # If true, all appointments will be joined into one appointment
  • join_all: Boolean
  • # Options are ["Weekly", "Biweekly", "Monthly", or "Every 4 Weeks"]
  • repeat_interval: String
  • # Options are ["2", "3", "4", "5", "6", "7", "8", "9", "10"]
  • repeat_times: String
  • }