BomChangeBomReleaseLifecycleStateInput
No description
input BomChangeBomReleaseLifecycleStateInput {
bomId: String!
releaseId: String!
transitionId: String!
}
Fields
BomChangeBomReleaseLifecycleStateInput.bomId ● String! non-null scalar
ID of the BOM to update.
BomChangeBomReleaseLifecycleStateInput.releaseId ● String! non-null scalar
ID of the release to update.
BomChangeBomReleaseLifecycleStateInput.transitionId ● String! non-null scalar
ID of the transition to apply.