OBJECT
type SchoolHoliday {schoolHolidayId: Int schoolId: Int name: String startDate: DateOnly endDate: DateOnly isRepeat: Boolean isSkippedForCourse: Boolean repeatDurationTypeId: Int repeatDurationAmount: Int position: Int created: DateTime modified: DateTime school: School repeatDurationType: DurationType }