CreateCoordinationStageInput
Provides the fields and values to use when creating a coordination stage.
input CreateCoordinationStageInput {
name: String!
}
Fields
CreateCoordinationStageInput.name
● String!
non-null scalar
The name of the coordination stage.
Member Of
createCoordinationStage
mutation