Skip to main content

upsertStepDependencyByIdInput

All input for the upsertStepDependencyById mutation.

input upsertStepDependencyByIdInput {
clientMutationId: String
stepDependency: StepDependencyInput!
patch: StepDependencyPatch!
}

Fields

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

upsertStepDependencyByIdInput.stepDependency ● StepDependencyInput! non-null input

The StepDependency to be created by this mutation.

upsertStepDependencyByIdInput.patch ● StepDependencyPatch! non-null input

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

Member Of

upsertStepDependencyById mutation