mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-19 08:50:29 +00:00
move orientation to shuttle instead of eta (whoops)
This commit is contained in:
@@ -47,7 +47,6 @@ type ETA {
|
|||||||
shuttle: Shuttle
|
shuttle: Shuttle
|
||||||
shuttleId: ID!
|
shuttleId: ID!
|
||||||
secondsRemaining: Float!
|
secondsRemaining: Float!
|
||||||
orientationInDegrees: Float!
|
|
||||||
}
|
}
|
||||||
|
|
||||||
type Shuttle {
|
type Shuttle {
|
||||||
@@ -58,6 +57,7 @@ type Shuttle {
|
|||||||
routeId: ID!
|
routeId: ID!
|
||||||
etas: [ETA!]
|
etas: [ETA!]
|
||||||
eta(forStopId: ID): ETA
|
eta(forStopId: ID): ETA
|
||||||
|
orientationInDegrees: Float!
|
||||||
}
|
}
|
||||||
|
|
||||||
# Queries
|
# Queries
|
||||||
|
|||||||
Reference in New Issue
Block a user