Skip to main content

Interface: UpdateMutation<T>

Type parameters

NameType
Tany

Hierarchy

  • BaseMutation

    UpdateMutation

Properties

properties

properties: { [key in string]?: PropertyMutation<T[key]>[] }

The updated properties


squidDocIdObj

squidDocIdObj: SquidDocIdObj

Inherited from

BaseMutation.squidDocIdObj


type

type: "update"

Overrides

BaseMutation.type