OBJECT
type ProgramProgress {id: Uuid! programKind: Uuid state: String name: String createdAt: DateTime! updatedAt: DateTime! startDate: LocalDate duration: Int mode: String cohortId: Uuid cohortName: String role: String baseName: String catalog: String baseHandle: String color: String priority: Int handle: String trainers: [ProgramParticipation!] phasePosition: Int phaseState: String }