OBJECT
type OfferingCourseSearchResult {offeringId: Int durationAmount: Int durationTypeId: Int startDate: DateOnly currencyId: Int endDate: DateOnly durationType: DurationType offering: Offering price: DerivedPrice promotions: [Promotion] @deprecated( reason: "No longer available on OfferingCourseSearchResult" )availability: [String] }