UpdateStepToDoByStepIdInput
All input for the updateStepToDoByStepId mutation.
input UpdateStepToDoByStepIdInput {
clientMutationId: String
patch: StepToDoPatch!
stepId: String!
}
Fields
UpdateStepToDoByStepIdInput.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.
UpdateStepToDoByStepIdInput.patch ● StepToDoPatch! non-null input
An object where the defined keys will be set on the StepToDo being updated.
UpdateStepToDoByStepIdInput.stepId ● String! non-null scalar
Member Of
updateStepToDoByStepId mutation