getGraphSources()
getGraphSources(
entityName:string):Promise<string[]>
Defined in: packages/core/src/index.ts:1413
Get sources for a specific entity in the graph
Parameters
| Parameter | Type | Description |
|---|---|---|
entityName | string | The name of the entity |
Returns
Promise<string[]>
Array of sources
Example
import { getGraphSources } from "@cpod/sdk";
const sources = await getGraphSources("EntityName");