Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Type Parameters

Types extends SchemaTypes
Fields extends InputFieldMap
definition: InputShapeFromFields<Fields & { clientMutationId: InputFieldRef<Types["Scalars"]["ID"]["Input"]>; }>