Skip to main content
Module

x/pothos/packages/plugin-dataloader/mod.ts>LoadableNodeId

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
interface LoadableNodeId
Re-export
import { type LoadableNodeId } from "https://deno.land/x/pothos@release-1721977283/packages/plugin-dataloader/mod.ts";

Type Parameters

Types extends SchemaTypes
Shape
IDShape

Properties

id: Omit<FieldOptionsFromKind<Types, Shape, "ID", false, { }, "Object", Shape, MaybePromise<OutputShape<Types, "ID">>>, "args" | "nullable" | "type"> & { parse?: (id: string, ctx: Types["Context"]) => IDShape; }