Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Project Skill query.

Operation details

FieldValue
NameprojectSkill
GroupProject Primitives
TypeQuery
SignatureprojectSkill(input: ProjectSkillInput!): ProjectSkill

Playground

Query

Query
query ProjectSkill($input: ProjectSkillInput!) {
  projectSkill(input: $input) {
    id
    name
    description
    allowedTools
    sourcePath
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "skillId": ""
  }
}