Geo_PlaceDetails
No description
type Geo_PlaceDetails {
id: ID!
name: String!
geolocation: Geo_GeoJSON!
}
Fields
Geo_PlaceDetails.id ● ID! non-null scalar
Geo_PlaceDetails.name ● String! non-null scalar
Geo_PlaceDetails.geolocation ● Geo_GeoJSON! non-null scalar
Returned By
geo_placeDetails query