Station
Represents a physical station where work is performed.
type Station {
id: String!
name: String!
}
Fields
Station.id ● String! non-null scalar
Station identifier.
Station.name ● String! non-null scalar
Station name.
Member Of
State object