upsertStepStakeholderByWorkspaceAccountIdAndStepIdInput
All input for the upsertStepStakeholderByWorkspaceAccountIdAndStepId mutation.
input upsertStepStakeholderByWorkspaceAccountIdAndStepIdInput {
clientMutationId: String
stepStakeholder: StepStakeholderInput!
patch: StepStakeholderPatch!
}
Fields
upsertStepStakeholderByWorkspaceAccountIdAndStepIdInput.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.
upsertStepStakeholderByWorkspaceAccountIdAndStepIdInput.stepStakeholder ● StepStakeholderInput! non-null input
The StepStakeholder to be created by this mutation.
upsertStepStakeholderByWorkspaceAccountIdAndStepIdInput.patch ● StepStakeholderPatch! non-null input
An object where the defined keys will be set on the StepStakeholder being updated.