BomCreateBomPayload
Result of creating a new BOM.
type BomCreateBomPayload {
bom: BomWip
errors: [BomError!]!
}
Fields
BomCreateBomPayload.bom ● BomWip object
The created BOM, if the mutation succeeded.
BomCreateBomPayload.errors ● [BomError!]! non-null interface
Errors that occurred while executing the mutation, if any.