Operation details
| Field | Value |
|---|---|
| Name | upsertFileChunks |
| Group | Search |
| Type | Mutation |
| Signature | upsertFileChunks(input: UpsertFileChunksInput!): UpsertFileChunksPayload! |
Playground
Query
Query
mutation UpsertFileChunks($input: UpsertFileChunksInput!) {
upsertFileChunks(input: $input) {
created
deleted
updated
}
}
Variables
Variables
{
"input": {
"fileVersionId": "",
"chunks": {
"chunkIndex": 0,
"content": "",
"startOffset": 0,
"endOffset": 0,
"tokenCount": 0
}
}
}