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.

Get a single file chunk

Operation details

FieldValue
NamegetFileChunk
GroupSearch
TypeQuery
SignaturegetFileChunk(input: GetFileChunkInput!): FileChunk

Playground

Query

Query
query GetFileChunk($input: GetFileChunkInput!) {
  getFileChunk(input: $input) {
    id
    content
    index
  }
}

Variables

Variables
{
  "input": {
    "chunkId": ""
  }
}