OBJECT

Geo

link GraphQL Schema definition

  • type Geo {
  • # The type of the Geo location preference, latitude
  • latitude: Float!
  • # The type of the Geo location preference, longitude
  • longitude: Float!
  • }