OBJECT
ChannelContent
A type that associates Content with a Channel. Example, if type value is skills-assessment, to get more details on the skill-assessment content, connect using one of the following: channelContent.id to link to skillAssessment.id and/or skillAssessmentResult.assessmentId and/or skillIqsSummary.skillId
link GraphQL Schema definition
- type ChannelContent {
- # The identifier of the content.
- ID! :
- # The unique identifier of the channel for which this peice of content belongs.
- ID! :
- # The order in which the Content should be displayed within a Channel.
- Int! :
- # The type of the Channel (path, external link, course, project,
- # interactive-course or skill-assessment)
- String! :
- # If the ChannelContent.type is external link, this field shows the url of Content
- # that exists outside of the Pluralsight system.
- String :
- }
link Require by
- AddChannelContentPayload"Return type for addChannelContent mutation."
- ChannelA ChannelV2 is a collection of content like Courses, Paths, Projects, Guides, Interactive Courses, External Links, etc.
- ChannelContentConnectionnull
- ChannelContentEdgeA type that describes an edge in the 'ChannelContentConnection'. Essentially, a 'ChannelContentEdge' is a wrapper object for 'ChannelContent'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'ChannelContent' records after 'cursor'