Skip to main content
Latest
function visitInParallel
import { visitInParallel } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.js";

Creates a new visitor instance which delegates to many visitors to run in parallel. Each visitor will be visited for each node before moving on.

If a prior visitor edits a node, no following visitors will see that node.

Parameters

visitors