CountNeighborsQuery<T>
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:17
CountNeighbors 查询任务 统计指定节点的邻居节点数量
Type Parameters
| Type Parameter |
|---|
T extends EntityType |
Properties
options
options: FindNeighborsOptions<T>;
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:19
type
type: "countNeighbors";
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:18