Toll
No description
type Toll {
summary: TollSummary!
details: [TollDetails!]
byCountryAndTollSystem: [TollSystem!]
}
No description
type Toll {
summary: TollSummary!
details: [TollDetails!]
byCountryAndTollSystem: [TollSystem!]
}
Toll.summary
● TollSummary!
non-null objectToll.details
● [TollDetails!]
list objectToll.byCountryAndTollSystem
● [TollSystem!]
list object