QuoteRouting
No description
type QuoteRouting {
id: String
routes: [QuoteRoute!]!
tolls: Float!
}
No description
type QuoteRouting {
id: String
routes: [QuoteRoute!]!
tolls: Float!
}
QuoteRouting.id ● String scalarQuoteRouting.routes ● [QuoteRoute!]! non-null objectQuoteRouting.tolls ● Float! non-null scalar