add system ID field to ordered stop

This commit is contained in:
2025-04-07 11:58:07 -07:00
parent c32dcb9610
commit dbb56f207d

View File

@@ -27,6 +27,7 @@ type OrderedStop {
routeId: ID!
stop: Stop
stopId: ID!
systemId: ID!
}
type Stop {