Skip to main content

UpdateStepStakeholderByNodeIdInput

All input for the updateStepStakeholderByNodeId mutation.

input UpdateStepStakeholderByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: StepStakeholderPatch!
}

Fields

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

UpdateStepStakeholderByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single StepStakeholder to be updated.

UpdateStepStakeholderByNodeIdInput.patch ● StepStakeholderPatch! non-null input

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

Member Of

updateStepStakeholderByNodeId mutation