add orderedStop property for Route

This commit is contained in:
2024-12-26 18:22:34 -08:00
parent 442179b805
commit 4b16790525
2 changed files with 19 additions and 2 deletions

View File

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