Skip to main content
function getVisitFn
Deprecated
Deprecated

Please use getEnterLeaveForKind instead. Will be removed in v17

import { getVisitFn } from "https://deno.land/x/kilatgraphql@16.6.0/mod.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: ASTVisitor
kind: Kind
isLeaving: boolean