diff --git a/schema.graphqls b/schema.graphqls index 007dfd8..f874943 100644 --- a/schema.graphqls +++ b/schema.graphqls @@ -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