Skip to main content
Module

x/graphql_tools/deps.ts>Thunk

[DEPRECATED] 🦕 Useful tools to create and manipulate GraphQL schemas. Deno port of `graphql-tools` library
Latest
type alias Thunk
import { type Thunk } from "https://deno.land/x/graphql_tools@0.0.4-deprecated/deps.ts";

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

definition: (() => T) | T