OBJECT
type Followup {assignee: FollowupAssignee assigneeId: UUID assigneeType: String category: String color: String date: Date discussionId: UUID id: UUID note: String organizationId: Int ownerId: UUID ownerType: String repeat: String repeatInterval: Int subject: String todo: Todo! type: String updatedAt: ISO8601DateTime }