OBJECT
ChannelContentBase
The Channel Content Base type contains the default field information for the Channel Content Interface. For Informational Purposes Only: Use channelContent to query the data
link GraphQL Schema definition
- type ChannelContentBase implements 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). Note: Interactive Courses are being
- # replaced with video courses. No new data will be added for them. Deprecation
- # date: 2022-03-15.
- String! :
- # If the ChannelContent.type is external link, this field shows the url of Content
- # that exists outside of the Pluralsight system.
- String @deprecated( reason: "Field is being replaced. Please use External Link Type instead." ) :
- }
link Require by
This element is not required by anyone