Skip to main content
Module

x/graphql_deno/mod.ts>VisitorKeyMap

GraphQL-JS ported to Deno
Latest
type alias VisitorKeyMap
import { type VisitorKeyMap } from "https://deno.land/x/graphql_deno@v15.0.0/mod.ts";

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

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