Add orderedStops property to the Route type

This commit is contained in:
2025-09-23 10:15:42 -07:00
parent 529f4e5869
commit e7b5f034f3
3 changed files with 71 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ type Route {
id: ID!
systemId: ID!
orderedStop(forStopId: ID): OrderedStop
orderedStops: [OrderedStop]
shuttles: [Shuttle!]
polylineCoordinates: [Coordinates!]!
color: String!