CreateStepStakeholderInput
All input for the create StepStakeholder mutation.
input CreateStepStakeholderInput {
clientMutationId: String
stepStakeholder: StepStakeholderInput!
}
Fields
CreateStepStakeholderInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateStepStakeholderInput.stepStakeholder ● StepStakeholderInput! non-null input
The StepStakeholder to be created by this mutation.
Member Of
createStepStakeholder mutation