OBJECT
CompletedCourseItem
a completed course item
link GraphQL Schema definition
- type CompletedCourseItem {
- # The ID of the completed item
- ID :
- # The type of the completed item
- String :
- # The ID of course related to the completed item
- ID :
- # The date when the completed item was created
- String :
- # The unique identifier of the item
- ID! :
- # The next item after the current item
- CourseItem :
- # The date when the completed item was updated
- String :
- # The ID of the user related to the completed item
- ID :
- }