INPUT_OBJECT

OfferingIncludesFields

Payload for an include to an offering

link GraphQL Schema definition

  • input OfferingIncludesFields {
  • # The unique identifier of the appointment type
  • appointment_type_id: ID
  • # The unique identifier of the object
  • id: ID
  • # Whether the offering is repeating
  • is_repeating: Boolean
  • # The quantity of the offering
  • quantity: String
  • # Whether the appointment type is required
  • required_appointment_type: Boolean
  • }