Skip to main content
Latest
function getVisitFn
import { getVisitFn } from "https://deno.land/x/graphql_deno@v15.0.0/lib/language/index.js";

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

Parameters

visitor
kind
isLeaving