OBJECT
type DispatchCluster {id: Uuid! orgId: Uuid! startDate: LocalDate endDate: LocalDate name: String tz: String status: String trackerId: Uuid createdAt: DateTime! updatedAt: DateTime! options: String entries: [DispatchClusterEntry!]! entityKind: String entityId: Uuid userId: Uuid swimlaneName: String trackerName: String userName: String }