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

    Function getAvailableGraphSources

    • Get all available sources in the graph

      Returns Promise<string[]>

      Array of available sources

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

      const sources = await getAvailableGraphSources();