- type GeoPoint {
- # latitude in decimal degrees.
- # This is a string to preserve precision and prevent float representation errors
- String! :
- # longitude in decimal degrees.
- # This is a string to preserve precision and prevent float representation errors
- String! :
- # status of the geolocation process.
- GeoPointStatus! :
- }