@cpod/sdk - v0.2.7
    Preparing search index...

    Function getGraphSources

    • Get sources for a specific entity in the graph

      Parameters

      • entityName: string

        The name of the entity

      Returns Promise<string[]>

      Array of sources

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

      const sources = await getGraphSources("EntityName");