createAutoTaskGeneratorInput
Autogenerated input type of createAutoTaskGenerator
Fields
clientMutationId
· String · DO NOT USE deprecated
DO NOT USEcategory
· String · The category of the auto task generator. Options: chart_note_unsigned_after_session - "Complete Charting Note", client_inactivity, metrics_in_month, days_from_client_creation, weeks_following_client_creation, odd_weeks_starting_given_weeks_after_client_creation, days_from_added_to_group, sequential_cancel number_to_check
· String · Number to check for when generating tasks, e.g. hours for chart_note_unsigned_after_session category. Used By
Definition
"""Autogenerated input type of createAutoTaskGenerator"""input createAutoTaskGeneratorInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" The category of the auto task generator. Options: chart_note_unsigned_after_session - "Complete Charting Note", client_inactivity, metrics_in_month, days_from_client_creation, weeks_following_client_creation, odd_weeks_starting_given_weeks_after_client_creation, days_from_added_to_group, sequential_cancel """ category: String days_due_from_created_at: Int is_enabled: Boolean number_description: String
""" Number to check for when generating tasks, e.g. hours for chart_note_unsigned_after_session category. """ number_to_check: String task_description: String user_id_for_task: ID}