Skip to main content
type alias ASTVisitorKeyMap
Deprecated
Deprecated

Please inline it. Will be removed in v17

import { type ASTVisitorKeyMap } from "https://deno.land/x/kilatgraphql@16.6.0/mod.ts";

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

deprecated
definition: [NodeT in ASTNodein keyof NodeT["kind"]]?: ReadonlyArray<keyof NodeT>