Skip to main content
Module

x/graphql_deno/mod.ts>Thunk

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

Used while defining GraphQL types to allow for circular references in otherwise immutable type definitions.

definition: (() => T) | T