OBJECT

AutoTaskGenerator

link GraphQL Schema definition

  • type AutoTaskGenerator {
  • # Category of task
  • category: String
  • # The date and time that the task was created
  • created_at: String
  • days_due_from_created_at: Int
  • id: ID!
  • # True if task is active
  • is_enabled: Boolean
  • number_description: String
  • number_to_check: Float
  • # Description of the task
  • task_description: String
  • # The last date and time that the task was updated
  • updated_at: String
  • # The id of the user who creates the task
  • user_id: String
  • # The id of the user
  • user_id_for_task: String
  • }