OBJECT

LocationPreferenceData

link GraphQL Schema definition

  • type LocationPreferenceData {
  • # The location preference coordinates
  • coordinates: [[Geo!]!]
  • # The location preference country
  • country: CountryCode
  • # The location preference postal code
  • postal_codes: [String!]
  • # The type of the Location preference
  • type: LocationPreferenceDataType
  • }