GraphQL/Objects
GeoPoint
No description
type GeoPoint {
lat: Float
long: Float
}
Fields
GeoPoint
.lat
● Float
scalar
Latitude of the geo point
GeoPoint
.long
● Float
scalar
Longitude of the geo point
Member Of
object
● Field
object