OBJECT

ProblematicStudentEnrollmentReport

link GraphQL Schema definition

  • type ProblematicStudentEnrollmentReport {
  • failedWithError: Int
  • noDerivedPrices: Int
  • succeeded: Int
  • total: Int
  • details: [ReportObject]
  • }