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.