type GeoLocation {# @deprecatedaltitude: String # 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! }