Module

x/pothos/packages/plugin-relay/index.ts>GlobalIDListFieldOptions

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

Type Parameters

Types extends SchemaTypes
ParentShape
Args extends InputFieldMap
Nullable extends FieldNullability<[unknown]>
ResolveReturnShape
optional
Kind extends FieldKind = FieldKind
definition: Omit<FieldOptionsFromKind<Types, ParentShape, ["ID"], Nullable, Args, Kind, ParentShape, ResolveReturnShape>, "resolve" | "type"> & { resolve: Resolver<ParentShape, InputShapeFromFields<Args>, Types["Context"], ShapeFromTypeParam<Types, [OutputRefShape<GlobalIDShape<Types> | string>], { list: false; items: true; }>, ResolveReturnShape>; }