Skip to main content
MUTATION
saveSkillGroup(input: SaveSkillGroupInput!): SkillGroup!

Arguments

input

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