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