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

Operation details

FieldValue
NameprojectPrompts
GroupProject Primitives
TypeQuery
SignatureprojectPrompts(input: ProjectPromptsInput!): [ProjectPrompt!]!

Playground

Query

Query
query ProjectPrompts($input: ProjectPromptsInput!) {
  projectPrompts(input: $input) {
    id
    name
    description
    sourcePath
  }
}

Variables

Variables
{
  "input": {
    "projectId": ""
  }
}