import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/deps.ts";
const { getVisitFn } = GraphQL;
Given a visitor instance, if it is leaving or not, and a node kind, return the function the visitor runtime should call.
import { GraphQL } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/deps.ts";
const { getVisitFn } = GraphQL;
Given a visitor instance, if it is leaving or not, and a node kind, return the function the visitor runtime should call.