Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace NextPossiblyRelatedNetworks

Index

Functions

Functions

process

  • process(options: { alreadyTried: string[]; disableIndex?: boolean; network: IdObject<"networks">; relationship: "ancestor" | "descendant" }): Process<CandidateSearchResult>
  • Issue GraphQL queries for possibly-related networks.

    This is called repeatedly, passing the resulting alreadyTried to the next invocation.

    Parameters

    • options: { alreadyTried: string[]; disableIndex?: boolean; network: IdObject<"networks">; relationship: "ancestor" | "descendant" }
      • alreadyTried: string[]
      • Optional disableIndex?: boolean
      • network: IdObject<"networks">
      • relationship: "ancestor" | "descendant"

    Returns Process<CandidateSearchResult>

Generated using TypeDoc