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.