Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
type alias ContextCache
import { type ContextCache } from "https://deno.land/x/pothos@release-1670043728/packages/core/index.ts";

Type Parameters

T
C extends object
Args extends unknown[]
definition: (context: C, ...args: Args) => T