Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
interface AddGraphQLInputTypeOptions
implements Omit<PothosSchemaTypes.InputObjectTypeOptions<Types, InputFieldsFromShape<Shape>>, "fields">
import { type AddGraphQLInputTypeOptions } from "https://deno.land/x/pothos@release-1708848346/packages/plugin-add-graphql/types.ts";

Type Parameters

Types extends SchemaTypes
Shape extends { }

Properties

optional
name: string
optional
fields: AddGraphQLInputFieldsShape<Types, Shape>