Geo_Place
No description
type Geo_Place {
id: String!
name: String!
city: String
state: String
country: String!
coordinates: Geo_Coordinates!
}
Fields
Geo_Place.id ● String! non-null scalar
Geo_Place.name ● String! non-null scalar
Geo_Place.city ● String scalar
Geo_Place.state ● String scalar
Geo_Place.country ● String! non-null scalar
Geo_Place.coordinates ● Geo_Coordinates! non-null object
Returned By
geo_placesAutocomplete query