OBJECT
type EmailFollowUpTask {# Activity type assigned to the follow-up task created when the report email is # sent.taskTypeId: ID! # Business daysdueDateOffset: Int # Explicit due date for the follow-up task. Either this or `dueDateOffset` must be # set, but not both.dueDate: Date }