BomChangeBomReleaseLifecycleStatePayload
Result of changing the lifecycle state of a BOM release.
type BomChangeBomReleaseLifecycleStatePayload {
bomRelease: BomRelease
errors: [BomError!]!
}
Fields
BomChangeBomReleaseLifecycleStatePayload.bomRelease ● BomRelease object
The BOM release with its updated lifecycle state, if the mutation succeeded.
BomChangeBomReleaseLifecycleStatePayload.errors ● [BomError!]! non-null interface
Errors that occurred while executing the mutation, if any.