OBJECT
LocationPreferenceData
link GraphQL Schema definition
- type LocationPreferenceData {
- # The location preference coordinates
- : [[Geo!]!]
- # The location preference country
- : CountryCode
- # The location preference postal code
- : [String!]
- # The type of the Location preference
- : LocationPreferenceDataType
- }