import { type ASTVisitor } from "https://dotland.deno.dev/x/graphql_deno@v15.0.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: Visitor<ASTKindToNode>