Skip to main content

UpdateStepStakeholderByWorkspaceAccountIdAndStepIdInput

All input for the updateStepStakeholderByWorkspaceAccountIdAndStepId mutation.

input UpdateStepStakeholderByWorkspaceAccountIdAndStepIdInput {
clientMutationId: String
patch: StepStakeholderPatch!
workspaceAccountId: String!
stepId: String!
}

Fields

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

UpdateStepStakeholderByWorkspaceAccountIdAndStepIdInput.patch ● StepStakeholderPatch! non-null input

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

UpdateStepStakeholderByWorkspaceAccountIdAndStepIdInput.workspaceAccountId ● String! non-null scalar

UpdateStepStakeholderByWorkspaceAccountIdAndStepIdInput.stepId ● String! non-null scalar

Member Of

updateStepStakeholderByWorkspaceAccountIdAndStepId mutation