FindPathsQuery<T>
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:26
FindPaths 查询任务 查找两个节点之间的所有路径
Type Parameters
| Type Parameter |
|---|
T extends EntityType |
Properties
options
options: FindPathsOptions<T>;
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:28
type
type: "findPaths";
Defined in: rxdb-plugin-graph/src/graph-query.interface.ts:27