AutoTaskPatch
Represents an update to a `AutoTask`. Fields that are set will be updated.
"""
Represents an update to a `AutoTask`. Fields that are set will be updated.
"""
input AutoTaskPatch {
name: String
metadata: JSON
startedAt: Datetime
limit: Int
intervalMin: Int
intervalMax: Int
}