Skip to main content

StationLinesResult

The full station-line layout. Station line membership is not deploy-gated, so an assignment change made in the manage UI is reflected here immediately; a newly created station appears once it has been saved.

type StationLinesResult {
lines: [StationLine!]
unassignedStations: [LineStation!]
}

Fields

StationLinesResult.lines ● [StationLine!] list object

All configured station lines, in their configured order. Null when no lines have been configured.

StationLinesResult.unassignedStations ● [LineStation!] list object

Stations that exist but are not assigned to any line. Also includes stations whose line has since been deleted. Null when every station is assigned.

Returned By

stationLines query