OBJECT

OfferingInclude

Offering Include

link GraphQL Schema definition

  • type OfferingInclude {
  • # appointment type
  • appointment_type: AppointmentType
  • # id of related appointment type
  • appointment_type_id: ID
  • # created at
  • created_at: String
  • # expires in
  • expires_in: String
  • # form id
  • form_id: String
  • id: ID
  • # whether or not the offering_include (appointment type) should be recurring
  • is_repeating: Boolean
  • # id of related offering
  • offering_id: ID
  • # quanity of appointments in package
  • quantity: String
  • # whether or not the offering book
  • required_appointment_type: Boolean
  • # udpated at
  • updated_at: String
  • }