Skip to main content

UpdateStepResourceInput

All input for the updateStepResource mutation.

input UpdateStepResourceInput {
clientMutationId: String
patch: StepResourcePatch!
id: String!
}

Fields

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

UpdateStepResourceInput.patch ● StepResourcePatch! non-null input

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

UpdateStepResourceInput.id ● String! non-null scalar

Member Of

updateStepResource mutation