interface DataflowQueryResult {
    .meta: BaseQueryMeta;
    graph: DataflowGraph<DataflowGraphVertexInfo, DataflowGraphEdge>;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of DataflowQueryResult

Properties

Properties

Please be aware that this is the graph in its JSON representation, use DataflowGraph#fromJson if the result is serialized