type GeoPoint {# latitude in decimal degrees.# This is a string to preserve precision and prevent float representation errorslat: String! # longitude in decimal degrees.# This is a string to preserve precision and prevent float representation errorslong: String! }