INPUT_OBJECT
The geolocation information.
input GeoInput {# The latitude value. A float number between -90º and +90º degrees.latitude: Float!# The longitude value. A float number between -180º and +180º degrees.longitude: Float!}