OBJECT

CourseCompletionInfoIndividualsType

Completion info for individual participants enrolled to the course

link GraphQL Schema definition

  • type CourseCompletionInfoIndividualsType {
  • # User full_name
  • label: String
  • # User ID
  • value: String
  • }