Skip to main content
MUTATION
saveSkill(input: SaveSkillInput!): Skill!

Arguments

input

Values for the requested operation.

Returns

id
ID!

Stable identifier for this skill.

name
String!

Display name of this skill.

description
String!

Human-readable description of this skill.

syncGlobally
Boolean!

Whether the sync globally condition is true for this skill.

packageHash
String!

The package hash associated with this skill.

files

Files associated with this skill.

groups

Groups associated with this skill.

createdAt
String!

ISO 8601 timestamp when this skill was created.

updatedAt
String!

ISO 8601 timestamp when this skill was last updated.

Mutation
Variables
Response