- Preparing search index...
- The search index is not available
@truffle/db
- process(options): Process<CandidateSearchResult>
-
Parameters
-
options: {
alreadyTried: string[];
disableIndex?: boolean;
network: Resources.IdObject<"networks">;
relationship: "ancestor" | "descendant";
}
-
alreadyTried: string[]
-
Optional disableIndex?: boolean
-
-
relationship: "ancestor" | "descendant"
Issue GraphQL queries for possibly-related networks.
This is called repeatedly, passing the resulting
alreadyTriedto the next invocation.