Module

x/pothos/packages/core/mod.ts>PartialResolveInfo

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Latest
interface PartialResolveInfo
import { type PartialResolveInfo } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/core/mod.ts";

Properties

fragments: GraphQLResolveInfo["fragments"]
variableValues: GraphQLResolveInfo["variableValues"]
schema: GraphQLResolveInfo["schema"]
import PartialResolveInfo
import { PartialResolveInfo } from "https://dotland.deno.dev/x/pothos@release-1726524975/packages/core/mod.ts";