Mutation
Variables
Response
Mutations
saveSkillSettings
Saves skill settings and returns the updated skill settings.
MUTATION
saveSkillSettings(input: SaveSkillSettingsInput!): SkillSettings!Arguments
input
required
Values for the requested operation.
Returns
autoSyncProjectGroups
Boolean!
Whether the auto sync project groups condition is true for this skill settings.
cursorEnabled
Boolean!
Whether the cursor enabled condition is true for this skill settings.
githubCopilotEnabled
Boolean!
Whether the GitHub copilot enabled condition is true for this skill settings.
codexEnabled
Boolean!
Whether the codex enabled condition is true for this skill settings.
claudeEnabled
Boolean!
Whether the claude enabled condition is true for this skill settings.
openCodeEnabled
Boolean!
Whether the open code enabled condition is true for this skill settings.
updatedAt
String!
ISO 8601 timestamp when this skill settings was last updated.
Mutation
Variables
Response