Skip to main content

UpdateStepDependencyInput

All input for the updateStepDependency mutation.

input UpdateStepDependencyInput {
clientMutationId: String
patch: StepDependencyPatch!
id: String!
}

Fields

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

UpdateStepDependencyInput.patch ● StepDependencyPatch! non-null input

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

UpdateStepDependencyInput.id ● String! non-null scalar

Member Of

updateStepDependency mutation