INPUT_OBJECT
LocationPreferenceGeoJSONInput
The variation of location preference using GeoJSON data.
link GraphQL Schema definition
- input LocationPreferenceGeoJSONInput {
- # The coordinates of the geojson data.
- : [[[Float!]!]!]!
- # The type of the GeoJSON data.
- : LocationPreferenceDataType!
- }