State
Represents the state of work at a specific point in time.
type State {
station: Station!
operator: User!
producedSerial: String
}
Fields
State.station ● Station! non-null object
Station where the work was last performed.
State.operator ● User! non-null object
Operator who performed the build.
State.producedSerial ● String scalar
Captured serial number value (if available).
Member Of
OperationOrderComplete object