Skip to main content

BomChangeBomReleaseLifecycleStateInput

Input for changing the lifecycle state of a BOM release.

input BomChangeBomReleaseLifecycleStateInput {
bomId: String!
releaseId: String!
transitionId: String!
}

Fields

BomChangeBomReleaseLifecycleStateInput.bomId ● String! non-null scalar

Identifier of the BOM to update.

BomChangeBomReleaseLifecycleStateInput.releaseId ● String! non-null scalar

Identifier of the release to update.

BomChangeBomReleaseLifecycleStateInput.transitionId ● String! non-null scalar

Identifier of the transition to apply.