Module

x/pothos/packages/core/index.ts>PothosObjectTypeConfig

Pothos GraphQL is library for creating GraphQL schemas in typescript using a strongly typed code first approach
Go to Latest
interface PothosObjectTypeConfig
implements Omit<GraphQLObjectTypeConfig<unknown, object>, "fields" | "interfaces">
import { type PothosObjectTypeConfig } from "https://dotland.deno.dev/x/pothos@release-1676597138/packages/core/index.ts";

Properties

kind: "Object"
graphqlKind: "Object"
pothosOptions: PothosSchemaTypes.ObjectTypeOptions
import PothosObjectTypeConfig
import { PothosObjectTypeConfig } from "https://dotland.deno.dev/x/pothos@release-1676597138/packages/core/index.ts";