getSubgraphsAsync(
namespace: string,
recurse: boolean
): AsyncGenerator<[string, Pregel<any, any, | Name | Type | Description |
|---|---|---|
namespace | string | |
recurse | boolean |
Gets all subgraphs within this graph asynchronously. A subgraph is a Pregel instance that is nested within a node of this graph.
Optional namespace to filter subgraphs
Whether to recursively get subgraphs of subgraphs