Skip to main content

LineStation

A station as it appears under a station line. Distinct from Station, which is sourced from build data; this is the station configuration held by the manage server.

type LineStation {
id: ID!
name: String!
}

Fields

LineStation.id ● ID! non-null scalar

Station identifier. Accepted by the stationIds restriction on operationOrderSave.

LineStation.name ● String! non-null scalar

Station name as configured in the manage UI.

Member Of

StationLine object ● StationLinesResult object