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.
Upsert chunks for a file version
| Field | Value |
|---|---|
| Name | upsertFileChunks |
| Group | Search |
| Type | Mutation |
| Signature | upsertFileChunks(input: UpsertFileChunksInput!): UpsertFileChunksPayload! |
mutation UpsertFileChunks($input: UpsertFileChunksInput!) {
upsertFileChunks(input: $input) {
created
deleted
updated
}
}
{
"input": {
"fileVersionId": "",
"chunks": {
"chunkIndex": 0,
"content": "",
"startOffset": 0,
"endOffset": 0,
"tokenCount": 0
}
}
}