FindNeighborsQuery<T>
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:8
FindNeighbors 查询任务 查找指定节点的邻居节点
Type Parameters
| Type Parameter |
|---|
T extends EntityType |
Properties
options
options: FindNeighborsOptions<T>;
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:10
type
type: "findNeighbors";
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:9