Module

x/pothos/packages/plugin-add-graphql/types.ts>AddGraphQLInputFieldsShape

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

Type Parameters

Types extends SchemaTypes
Shape
definition: (t: PothosSchemaTypes.InputFieldBuilder<Types, "InputObject">) => Record<string, InputFieldRef<unknown, "InputObject"> | null> & [K in keyof Shape]?: InputFieldRef<Shape[K], "InputObject">