Тип

AutoTaskInput

An input for mutations affecting `AutoTask`

"""An input for mutations affecting `AutoTask`"""
input AutoTaskInput {
  automationId: UUID!
  name: String!
  metadata: JSON
  startedAt: Datetime
  nextRunAt: Datetime
  limit: Int
  intervalMin: Int!
  intervalMax: Int!
}