GeoPointInput (Input)
Description
GeoPointInput class is used to represent a geographical point with latitude and longitude. It is useful for geo-based filtering.
Fields
Name | Description |
---|---|
lat - Float! | Latitude of the geographical point |
lon - Float! | Longitude of the geographical point |
input GeoPointInput {
lat: Float!
lon: Float!
}