Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/drash/src/services/graphql/graphql.ts>GraphQL.ASTVisitor

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
type alias GraphQL.ASTVisitor
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>