Mutation
Variables
Response
Mutations
saveSkillGroup
Saves a skill group and returns the updated skill group.
MUTATION
saveSkillGroup(input: SaveSkillGroupInput!): SkillGroup!Arguments
input
required
Values for the requested operation.
Returns
id
ID!
Stable identifier for this skill group.
name
String!
Display name of this skill group.
skills
[Skill!]!
Skills associated with this skill group.
repositories
Repositories associated with this skill group.
createdAt
String!
ISO 8601 timestamp when this skill group was created.
updatedAt
String!
ISO 8601 timestamp when this skill group was last updated.
Mutation
Variables
Response