OBJECT

LocationPreferenceGeoJSONData

link GraphQL Schema definition

  • type LocationPreferenceGeoJSONData {
  • # The coordinates of the geojson data.
  • coordinates: [[[Float!]!]!]
  • # The type of the GeoJSON data.
  • type: LocationPreferenceDataType!
  • }