interface DataflowQueryResult {
    ".meta": BaseQueryMeta;
    graph: DataflowGraph;
}

Hierarchy (View Summary)

Hierarchy-Diagram

UML class diagram of DataflowQueryResult

Properties

Properties

".meta": BaseQueryMeta

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