move orientation to shuttle instead of eta (whoops)

This commit is contained in:
2025-03-17 13:23:53 -07:00
parent c0b7d99e8e
commit 919832e86f

View File

@@ -47,7 +47,6 @@ type ETA {
shuttle: Shuttle
shuttleId: ID!
secondsRemaining: Float!
orientationInDegrees: Float!
}
type Shuttle {
@@ -58,6 +57,7 @@ type Shuttle {
routeId: ID!
etas: [ETA!]
eta(forStopId: ID): ETA
orientationInDegrees: Float!
}
# Queries