import { type GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/graphql.ts";
const { ASTVisitor } = GraphQL;
A visitor is provided to visit, it contains the collection of relevant functions to be called during the visitor's traversal.
definition: Visitor<ASTKindToNode>