Skip to main content
Latest
type alias ThunkReadonlyArray
import { type ThunkReadonlyArray } from "https://deno.land/x/kilatgraphql@16.6.0-1/mod.ts";

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

definition: (() => ReadonlyArray<T>) | ReadonlyArray<T>