OBJECT

CourseCompletionInfoGroupsType

Completion info for group participants enrolled to the course

link GraphQL Schema definition

  • type CourseCompletionInfoGroupsType {
  • # Count of users in the group which completed the course
  • completed: Int
  • # Group name
  • label: String
  • # Count of users in the group
  • total: Int
  • # Group participant ids
  • user_ids: [String!]
  • # Group ID
  • value: String
  • }