INPUT_OBJECT

LocationPreferenceGeoJSONInput

The variation of location preference using GeoJSON data.

link GraphQL Schema definition

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