Graphora API
Preparing search index...
@graphora/core
GraphBatchMutationResult
Interface GraphBatchMutationResult
The aggregate result of a successful batch or empty no-op.
interface
GraphBatchMutationResult
{
affectedEdgeIds
:
readonly
GraphId
[]
;
affectedNodeIds
:
readonly
GraphId
[]
;
batchId
:
string
;
ok
:
true
;
operationCount
:
number
;
version
:
number
;
}
Hierarchy (
View Summary
)
GraphMutationResult
GraphBatchMutationResult
Index
Properties
affected
Edge
Ids
affected
Node
Ids
batch
Id
ok
operation
Count
version
Properties
Readonly
affected
Edge
Ids
affectedEdgeIds
:
readonly
GraphId
[]
Readonly
affected
Node
Ids
affectedNodeIds
:
readonly
GraphId
[]
Readonly
batch
Id
batchId
:
string
ok
ok
:
true
Readonly
operation
Count
operationCount
:
number
version
version
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
affected
Edge
Ids
affected
Node
Ids
batch
Id
ok
operation
Count
version
Graphora API
Loading...
The aggregate result of a successful batch or empty no-op.