UpdateAutoTaskByRowIdInput
All input for the `updateAutoTaskByRowId` mutation.
"""All input for the `updateAutoTaskByRowId` mutation."""
input UpdateAutoTaskByRowIdInput {
"""
An arbitrary string value with no semantic meaning. Will be included in the
payload verbatim. May be used to track mutations by the client.
"""
clientMutationId: String
rowId: UUID!
"""
An object where the defined keys will be set on the `AutoTask` being updated.
"""
autoTaskPatch: AutoTaskPatch!
}