OBJECT
ChannelProgress
For more details, see Query.channelProgress.
link GraphQL Schema definition
- type ChannelProgress {
- # The unique identifier of the User.
- String! :
- # A User on Pluralsight is someone who is currently using or has ever used a
- # license on the plan.
- User :
- # The unique identifier of the channel that this progress entity represents.
- ID! :
- # The User's completion of the Channel as a percentage of total seconds viewed.
- Float :
- # The total time in seconds spent watching Content in this Channel.
- Int :
- # The plan id that the channel belongs to.
- String :
- # The last time the ChannelProgress was updated.
- DateTime :
- }
link Require by
- ChannelProgressConnectionA type that describes the return type for the 'channelProgress' query. 'ChannelProgress' data can then be accessed via nodes or edges.
- ChannelProgressEdgeA type that describes an edge in the 'ChannelProgressConnection'. Essentially, a 'ChannelProgressEdge' is a wrapper object for 'ChannelProgress'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'ChannelProgress' records after 'cursor'