UpdateStepInternalProcessByWorkspaceIdAndStepIdInput
All input for the updateStepInternalProcessByWorkspaceIdAndStepId mutation.
input UpdateStepInternalProcessByWorkspaceIdAndStepIdInput {
clientMutationId: String
patch: StepInternalProcessPatch!
workspaceId: String!
stepId: String!
}
Fields
UpdateStepInternalProcessByWorkspaceIdAndStepIdInput.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.
UpdateStepInternalProcessByWorkspaceIdAndStepIdInput.patch ● StepInternalProcessPatch! non-null input
An object where the defined keys will be set on the StepInternalProcess being updated.