DesPartChangeLifecycleStateInput
Represents the input for changing the lifecycle state of a part.
input DesPartChangeLifecycleStateInput {
partId: ID!
transitionLifecycleStateId: String!
}
Fields
DesPartChangeLifecycleStateInput.partId ● ID! non-null scalar
The unique identifier of the part.
DesPartChangeLifecycleStateInput.transitionLifecycleStateId ● String! non-null scalar
The identifier of the lifecycle state the part is moved to.