Skip to main content
Module

x/graphql_deno/mod.ts>ASTVisitor

GraphQL-JS ported to Deno
Latest
type alias ASTVisitor
import { type ASTVisitor } from "https://deno.land/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>