Module

x/graphql_deno/lib/index.d.ts>KindEnum

GraphQL-JS ported to Deno
Latest
type alias KindEnum
import { type KindEnum } from "https://dotland.deno.dev/x/graphql_deno@v15.0.0/lib/index.d.ts";

The enum type representing the possible kind values of AST nodes.

definition: _Kind[keyof _Kind]