@squidcloud/backend
Preparing search index...
DeleteMutation
Interface DeleteMutation
Represents a delete mutation on a document.
interface
DeleteMutation
{
squidDocIdObj
:
SquidDocIdObj
;
type
:
"delete"
;
}
Hierarchy
BaseMutation
DeleteMutation
Index
Properties
squid
Doc
Id
Obj
type
Properties
squid
Doc
Id
Obj
squidDocIdObj
:
SquidDocIdObj
type
type
:
"delete"
Specifies that the mutation is a deletion.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
squid
Doc
Id
Obj
type
@squidcloud/backend
Loading...
Represents a delete mutation on a document.