Skip to main content

Build

Information about a specific build

type Build {
id: String!
producedSerial: String
process: Process!
operationOrder: OperationOrder
}

Fields

Build.id ● String! non-null scalar

Unique identifier for the build

Build.producedSerial ● String scalar

Product serial number associated with this build

Build.process ● Process! non-null object

Information about the process associated with this build

Build.operationOrder ● OperationOrder object

Information about the operation order associated with this build.

Member Of

NoteState object