Skip to main content
@inferedge/moss / MutationOptions

Interface: MutationOptions

Options for async mutation operations (addDocs, deleteDocs).

Properties

PropertyTypeDescription
upsert?booleanWhether to update existing documents with the same ID. Only applies to addDocs. Default true
onProgress?(progress) => voidCallback invoked with progress updates (~every 2s) while the server is processing.