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

Operation details

FieldValue
NameprojectPromptDocument
GroupProject Primitives
TypeQuery
SignatureprojectPromptDocument(input: ProjectPromptInput!): ProjectPromptDocument

Playground

Query

Query
query ProjectPromptDocument($input: ProjectPromptInput!) {
  projectPromptDocument(input: $input) {
    id
    name
    description
    content
    editMode
    source
  }
}

Variables

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