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

x/pothos/packages/plugin-relay/types.ts>RelayMutationPayloadOptions

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

Type Parameters

Types extends SchemaTypes
Shape
Interfaces extends InterfaceParam<Types>[]
definition: Omit<PothosSchemaTypes.ObjectTypeOptions<Types, Shape> | PothosSchemaTypes.ObjectTypeWithInterfaceOptions<Types, Shape, Interfaces>, "fields"> & { name?: string; outputFields: ObjectFieldsShape<Types, Shape>; }