Location
No description
type Location {
country: EnumOrderRouteStopLocationCountry!
city(
resolveToFullLabel: Boolean! = true
): String!
streetAndHouseNumber: String
zipcode: String
coordinates: Coordinates!
label: String!
}
Fields
Location.country
● EnumOrderRouteStopLocationCountry!
non-null enum
Location.city
● String!
non-null scalar
Location.city.resolveToFullLabel
●Boolean!
non-null scalar