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 Document query.

Operation details

FieldValue
NameprojectSkillDocument
GroupProject Primitives
TypeQuery
SignatureprojectSkillDocument(input: ProjectSkillInput!): ProjectSkillDocument

Playground

Query

Query
query ProjectSkillDocument($input: ProjectSkillInput!) {
  projectSkillDocument(input: $input) {
    id
    name
    description
    allowedTools
    editMode
    sections
  }
}

Variables

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