Skip to main content

UpdateStepDependencyByStepIdAndDependentStepIdInput

All input for the updateStepDependencyByStepIdAndDependentStepId mutation.

input UpdateStepDependencyByStepIdAndDependentStepIdInput {
clientMutationId: String
patch: StepDependencyPatch!
stepId: String!
dependentStepId: String!
}

Fields

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

UpdateStepDependencyByStepIdAndDependentStepIdInput.patch ● StepDependencyPatch! non-null input

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

UpdateStepDependencyByStepIdAndDependentStepIdInput.stepId ● String! non-null scalar

UpdateStepDependencyByStepIdAndDependentStepIdInput.dependentStepId ● String! non-null scalar

Member Of

updateStepDependencyByStepIdAndDependentStepId mutation