Skip to content

Commit

Permalink
Include TimeAtLocation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwijos committed Oct 25, 2023
1 parent 55569a3 commit dd2ad76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/config/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const schema = buildSchema(`
OperationalTrainNumber: String
ToLocation: [TrainLocation]
TrainOwner: String
TimeAtLocation: String
}
type TrainStation {
AdvertisedLocationName: String!
Expand Down
1 change: 1 addition & 0 deletions src/models/TrainDelay.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export default interface TrainDelay {
OperationalTrainNumber: string;
ToLocation: TrainLocation;
TrainOwner: string;
TimeAtLocation?: string;
}

0 comments on commit dd2ad76

Please sign in to comment.