Skip to main content

UpdateStepDependencyByNodeIdInput

All input for the updateStepDependencyByNodeId mutation.

input UpdateStepDependencyByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: StepDependencyPatch!
}

Fields

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

UpdateStepDependencyByNodeIdInput.nodeId ● ID! non-null scalar

The globally unique ID which will identify a single StepDependency to be updated.

UpdateStepDependencyByNodeIdInput.patch ● StepDependencyPatch! non-null input

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

Member Of

updateStepDependencyByNodeId mutation