OBJECT
type Task {assigneeId: UUID assigneeType: String carrierName: String category: String color: String date: Date discussion: Discussion discussionId: UUID id: UUID note: String organizationId: Int owner: TaskOwner ownerId: UUID ownerPhotoUrl: String ownerType: String repeat: String repeatInterval: Int subject: String todo: Todo! type: String updatedAt: ISO8601DateTime }