Skip to main content
Module

x/guardenoql/deps.ts>ASTVisitor

Simple and customizable security middleware for GraphQL servers in Deno.
type alias ASTVisitor
import { type ASTVisitor } from "https://deno.land/x/guardenoql@v1.0.1/deps.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>