OBJECT
type OfferingStartDateTemplate {offeringStartDateTemplateId: Int schoolId: Int offeringTypeId: Int isVisible: Boolean isPattern: Boolean isDaysOfWeek: Boolean daysOfWeek: [Int] daysOfMonth: [Int] repeatDurationTypeId: Int repeatDurationAmount: Int validFrom: DateOnly created: DateTime modified: DateTime offeringStartDateTemplateManualDates: [OfferingStartDateTemplateManualDate] }