Skip to main content

getGraphSources()

getGraphSources(entityName: string): Promise<string[]>

Defined in: packages/core/src/index.ts:1413

Get sources for a specific entity in the graph

Parameters

ParameterTypeDescription
entityNamestringThe name of the entity

Returns

Promise<string[]>

Array of sources

Example

import { getGraphSources } from "@cpod/sdk";

const sources = await getGraphSources("EntityName");