CourseCompletionInfoGroupsType
Completion info for group participants enrolled to the course
Fields
Used By
Definition
"""Completion info for group participants enrolled to the course"""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}