Add orderedStops property to the Route type
This commit is contained in:
@@ -52,6 +52,7 @@ type Route {
|
||||
id: ID!
|
||||
systemId: ID!
|
||||
orderedStop(forStopId: ID): OrderedStop
|
||||
orderedStops: [OrderedStop]
|
||||
shuttles: [Shuttle!]
|
||||
polylineCoordinates: [Coordinates!]!
|
||||
color: String!
|
||||
|
||||
Reference in New Issue
Block a user