mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
update entities and schema to include orientation in degrees
This commit is contained in:
@@ -47,6 +47,7 @@ type ETA {
|
|||||||
shuttle: Shuttle
|
shuttle: Shuttle
|
||||||
shuttleId: ID!
|
shuttleId: ID!
|
||||||
secondsRemaining: Float!
|
secondsRemaining: Float!
|
||||||
|
orientationInDegrees: Float!
|
||||||
}
|
}
|
||||||
|
|
||||||
type Shuttle {
|
type Shuttle {
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ export interface IShuttle extends IEntityWithId, IEntityWithOptionalTimestamp {
|
|||||||
name: string;
|
name: string;
|
||||||
routeId: string;
|
routeId: string;
|
||||||
systemId: string;
|
systemId: string;
|
||||||
|
orientationInDegrees: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IEta extends IEntityWithOptionalTimestamp {
|
export interface IEta extends IEntityWithOptionalTimestamp {
|
||||||
|
|||||||
Reference in New Issue
Block a user