OBJECT
type ProgramInfo {id: Uuid! programKind: Uuid programKindParent: 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 programGroup: String schedulingRule: String parentId: Uuid phasePosition: Int phaseState: String priorDuration: Int }