Skip to main content

upsertStepStakeholderByIdInput

All input for the upsertStepStakeholderById mutation.

input upsertStepStakeholderByIdInput {
clientMutationId: String
stepStakeholder: StepStakeholderInput!
patch: StepStakeholderPatch!
}

Fields

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

upsertStepStakeholderByIdInput.stepStakeholder ● StepStakeholderInput! non-null input

The StepStakeholder to be created by this mutation.

upsertStepStakeholderByIdInput.patch ● StepStakeholderPatch! non-null input

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

Member Of

upsertStepStakeholderById mutation