Skip to main content
Module

x/graphql_deno/mod.ts>KindEnum

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

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

definition: _Kind[keyof _Kind]