Skip to main content

UpdateStepResourceByNodeIdInput

All input for the updateStepResourceByNodeId mutation.

input UpdateStepResourceByNodeIdInput {
clientMutationId: String
nodeId: ID!
patch: StepResourcePatch!
}

Fields

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

UpdateStepResourceByNodeIdInput.nodeId ● ID! non-null scalar

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

UpdateStepResourceByNodeIdInput.patch ● StepResourcePatch! non-null input

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

Member Of

updateStepResourceByNodeId mutation