OBJECT
Relationship between a user group and a course
type CourseGroup {# the course associated with this membershipcourse: Course id: ID! # start of coursestart_at: String # When true, new group members start the course at the current time, overriding # start_atstart_on_group_assignment: Boolean # the user group associated with this membershipuser_group: UserGroup }