Type Alias GraphLevelsResponse

Populating graph property on single level request and graphs property on multi level requests.

type GraphLevelsResponse = {
    graph?: Graph;
    graphs?: Graphs;
}
Index

Properties

Properties

graph?: Graph

The lineage graph containing the node.

graphs?: Graphs

The list of lineage graphs.