OBJECT

OfferingCourseFilterOptionsObject

link GraphQL Schema definition

  • type OfferingCourseFilterOptionsObject {
  • googlePlaces: [GooglePlaceWithDetails] @deprecated( reason: "Use the `locations` field instead if you want to get the location options including granular city and country." )
  • offeringCourseCategories: [OfferingCourseCategory]
  • schools: [School]
  • hoursPerWeek: [Float]
  • # Returns list of locations with city and country
  • #
  • # Arguments
  • # languageCode: [Not documented]
  • locations(languageCode: LanguageEnum): [ReadOnlyGooglePlace]
  • }