Skip to main content
type alias ASTVisitor
import { type ASTVisitor } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

A visitor is provided to visit, it contains the collection of relevant functions to be called during the visitor's traversal.

definition: EnterLeaveVisitor<ASTNode> | KindVisitor