OBJECT
SkillIqsSummary
A SkillIqsSummary is a summary view of skill levels for your organization.
link GraphQL Schema definition
- type SkillIqsSummary {
- # The Pluralsight Plan associated with this Skill IQ Summary.
- String :
- # Name given to this Skill.
- String :
- # The unique identifer for the skill
- String :
- # Number of Novice Users based on the most current assessment for the particular
- # skill.
- Int :
- # Number of Emerging Users based on the most current assessment for the particular
- # skill.
- Int :
- # Number of Average Users based on the most current assessment for the particular
- # skill.
- Int :
- # Number of Above Average Users based on the most current assessment for the
- # particular skill.
- Int :
- # Number of Expert Users based on the most current assessment for the particular
- # skill.
- Int :
- # Total number of Assessments taken per skill.
- Int :
- # Total number of unique users for the particular skill.
- Int :
- }
link Require by
- SkillIqsSummaryConnectionA type that describes the return type for the 'skillIqsSummary' query. 'SkillSummary' data can then be accessed via nodes or edges.
- SkillIqsSummaryEdgeA type that describes an edge in the 'SkillIqsSummaryConnection'. Essentially, a 'SkillIqsSummaryEdge' is a wrapper object for 'SkillIqsSummary'. The only addition is a cursor placed on each record that can be used in subsequent queries to fetch 'SkillIqsSummary' records after 'cursor'.