OBJECT

AddressGeolocation

Coordinates and their associated DB ID

link GraphQL Schema definition

  • type AddressGeolocation {
  • id: ID!
  • # Latitude
  • lat: Float!
  • # Longitude
  • lng: Float!
  • }