Skip to main content
Latest
type alias VisitorKeyMap
import { type VisitorKeyMap } from "https://deno.land/x/graphql_deno@v15.0.0/lib/index.d.ts";

A KeyMap describes each the traversable properties of each kind of node.

definition: [P in keyof T]: ReadonlyArray<keyof T[P]>