Skip to content

@inferedge/moss v1.0.0-beta.7


@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.