Skip to main content

UpdateStepStakeholderInput

All input for the updateStepStakeholder mutation.

input UpdateStepStakeholderInput {
clientMutationId: String
patch: StepStakeholderPatch!
id: String!
}

Fields

UpdateStepStakeholderInput.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.

UpdateStepStakeholderInput.patch ● StepStakeholderPatch! non-null input

An object where the defined keys will be set on the StepStakeholder being updated.

UpdateStepStakeholderInput.id ● String! non-null scalar

Member Of

updateStepStakeholder mutation