OBJECT
CrAssessmentUserProgramProgress
For more details, see Query.crAssessmentUserProgramProgress.
link GraphQL Schema definition
- type CrAssessmentUserProgramProgress {
- # The unique identifier for the User.
- ID! :
- # The Pluralsight Plan for the given record.
- ID! :
- # The number of subjects passed / number of live/available subjects. Example:
- # '4/7'
- String :
- # The number of subjects passed per user.
- Int :
- # The number of live/available subjects.
- Int :
- # The date and time this entity was created.
- DateTime :
- # The date and time this entity was last updated.
- DateTime :
- # Millisecond time that this Program Progress record was last adjusted due to
- # passing an subject.
- DateTime :
- # UUID String of the Program where this assessment was passed.
- String! :
- # Name of the Program where this assessment was passed.
- String! :
- # A User on Pluralsight is someone who is currently using or has ever used a
- # license on the plan.
- User :
- }
link Require by
- CrAssessmentUserProgramProgressConnectionA type that describes the return type for the crAssessmentUserProgramProgress query. crAssessmentUserProgramProgress can then be accessed via nodes or edges
- CrAssessmentUserProgramProgressEdgeA type that describes an edge in the crAssessmentUserProgramProgressConnection. Essentially, a crAssessmentUserProgramProgressEdge is a wrapper object for crAssessmentUserProgramProgress. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch crAssessmentUserProgramProgress records after 'cursor'.