@squidcloud/backend
    Preparing search index...

    Interface DeleteMutation

    Represents a delete mutation on a document.

    interface DeleteMutation {
        squidDocIdObj: SquidDocIdObj;
        type: "delete";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    squidDocIdObj: SquidDocIdObj

    The identity of the mutated document.

    type: "delete"

    Specifies that the mutation is a deletion.