Skip to main content

UpdateStepByNodeIdInput

All input for the updateStepByNodeId mutation.

input UpdateStepByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: StepPatch!
}

Fields

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

UpdateStepByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateStepByNodeIdInput.patch ● StepPatch! non-null input

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

Member Of

updateStepByNodeId mutation