OBJECT
PathContent
Provides basic information about content in a Path.
link GraphQL Schema definition
- type PathContent {
- # The unique identifier for an item of content in UUID format.
- ID :
- # The type of the content. Either 'VIDEO_COURSE', 'INTERACTIVE_COURSE', 'PROJECT',
- # 'COMING_SOON_COURSE', 'GUIDE', or 'LAB'. Note: Interactive Courses are being
- # deprecated. No new data will be added for this type.
- String :
- }