Request
Terminal
projects.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Query selected Veryfront fields from typed clients.
curl https://api.veryfront.com/graphql \
-H "Authorization: Bearer $VERYFRONT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"query":"query { projects { id slug name } }"}'
projects.
| Page | Goal |
|---|---|
| GraphQL API | Review the GraphQL overview. |
| GraphQL operations | Open the GraphQL operation reference. |