Module

x/pothos/packages/core/index.ts>createContextCache

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
function createContextCache
import { createContextCache } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/core/index.ts";

Type Parameters

T
optional
C extends object = object
optional
Args extends unknown[] = []

Parameters

create: (context: C, ...args: Args) => T
import createContextCache
import { createContextCache } from "https://dotland.deno.dev/x/pothos@release-1713397530/packages/core/index.ts";