interface Datasource {
    getGraphs(): Promise<Graph[]>;
}

Hierarchy (view full)

Methods

Methods