mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-16 23:40:32 +00:00
move orientation to shuttle instead of eta (whoops)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user