OBJECT
RoleIqLearnerLevel
For more details, see Query.roleIqLearnerLevels.
link GraphQL Schema definition
- type RoleIqLearnerLevel {
- # The primary identifier for the RoleIq.
- String! :
- # The name of the role.
- String :
- # Type of role iq source (pluralsight, partner, company)
- String :
- # The primary identifier for the User.
- String! :
- # A User on Pluralsight is someone who is currently using or has ever used a
- # license on the plan.
- User :
- # Plan id of the User.
- String :
- # The unique identifier of the level that the User self assigned.
- String :
- # The name of the level that the User self assigned.
- String :
- # User's actual level id.
- String :
- # User's actual level name.
- String :
- # The date and time the User achieved the level.
- DateTime :
- # The date and time the User started or was assigned the role.
- DateTime :
- # The data and time the User last interacted with the role.
- DateTime :
- # User id of the User who assigned the current user to the role.
- String :
- # The date and time the User was assigned to the role.
- DateTime :
- # The date and time the User was last notified.
- DateTime :
- # Number of notifications that have been sent to the User.
- Int :
- }
link Require by
- RoleIqLearnerLevelConnectionA type that describes the return type for the 'roleIqLearnerLevels' query. 'LearnerLevel' data can then be accessed via nodes or edges.
- RoleIqLearnerLevelEdgeA type that describes an edge in the 'LearnerLevelConnection'. Essentially, a 'LearnerLevelEdge' is a wrapper object for 'LearnerLevel'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'LearnerLevel' records after 'cursor'