Skip to main content
Module

x/graphql_tools/deps.ts>getVisitFn

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
function getVisitFn
import { getVisitFn } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.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

Returns

Maybe<VisitFn<any>>