StationLine
A station line and the stations currently assigned to it.
type StationLine {
id: ID!
name: String!
stations: [LineStation!]
}
Fields
StationLine.id ● ID! non-null scalar
Station line identifier. Accepted by the stationLineIds restriction on operationOrderSave.
StationLine.name ● String! non-null scalar
Station line name as configured in the manage UI.
StationLine.stations ● [LineStation!] list object
Stations assigned to this line. Null when the line exists but has no stations assigned to it yet.
Member Of
StationLinesResult object