Skip to content

updateAutoTaskGeneratorInput

Autogenerated input type of updateAutoTaskGenerator

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of updateAutoTaskGenerator
"""
input updateAutoTaskGeneratorInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
category: String
days_due_from_created_at: Int
id: ID
is_enabled: Boolean
number_description: String
number_to_check: String
task_description: String
user_id_for_task: String
}