Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get a single file chunk
| Field | Value |
|---|---|
| Name | getFileChunk |
| Group | Search |
| Type | Query |
| Signature | getFileChunk(input: GetFileChunkInput!): FileChunk |
query GetFileChunk($input: GetFileChunkInput!) {
getFileChunk(input: $input) {
content
id
index
}
}
{
"input": {
"chunkId": "",
"environment": "PREVIEW"
}
}