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

Operation details

FieldValue
NameprojectToolDocument
GroupProject Primitives
TypeQuery
SignatureprojectToolDocument(input: ProjectToolInput!): ProjectToolDocument

Playground

Query

Query
query ProjectToolDocument($input: ProjectToolInput!) {
  projectToolDocument(input: $input) {
    id
    name
    description
    editMode
    source
    sourceOnlyReasons
  }
}

Variables

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