Latest
function getVisitFn
import { getVisitFn } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/language/visitor.d.ts";

Given a visitor instance, if it is leaving or not, and a node kind, return the function the visitor runtime should call.

Parameters

visitor: Visitor<any>
kind: string
isLeaving: boolean