Module

x/graphql_deno/lib/type/index.d.ts>Thunk

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

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

definition: (() => T) | T