getAvailableGraphSources()
getAvailableGraphSources():
Promise<string[]>
Defined in: packages/core/src/index.ts:1432
Get all available sources in the graph
Returns
Promise<string[]>
Array of available sources
Example
import { getAvailableGraphSources } from "@cpod/sdk";
const sources = await getAvailableGraphSources();