Namespace NextPossiblyRelatedNetworks
Functions
process
- process(options: { alreadyTried: string[]; disableIndex?: boolean; network: IdObject<"networks">; relationship: "ancestor" | "descendant" }): Process<CandidateSearchResult>
-
Parameters
-
options: { alreadyTried: string[]; disableIndex?: boolean; network: IdObject<"networks">; relationship: "ancestor" | "descendant" }
-
alreadyTried: string[]
-
Optional disableIndex?: boolean
-
network: IdObject<"networks">
-
relationship: "ancestor" | "descendant"
Issue GraphQL queries for possibly-related networks.
This is called repeatedly, passing the resulting
alreadyTried
to the next invocation.