INPUT_OBJECT

GeoInput

The geolocation information.

link GraphQL Schema definition

  • 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!
  • }