UpdateCoordinationStageInput
Provides the fields and values to use when updating a coordination stage.
input UpdateCoordinationStageInput {
id: ID!
name: String
}
Fields
UpdateCoordinationStageInput.id ● ID! non-null scalar
Specifies the coordination stage to update.
UpdateCoordinationStageInput.name ● String scalar
The name of the coordination stage.
Member Of
updateCoordinationStage mutation