OBJECT

FrameworkSkillSet

Skill set information associated with a framework.

link GraphQL Schema definition

1type FrameworkSkillSet {
2
3# Skill set ID.
4id: ID!
5
6# Skill set name.
7name: String!
8
9# Badge image URL for this skill set.
10imageUrl: String
11
12}