@squidcloud/backend
    Preparing search index...

    Interface DeleteMutation

    Represents a delete mutation on a document.

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

    Hierarchy

    • BaseMutation
      • DeleteMutation
    Index

    Properties

    Properties

    squidDocIdObj: SquidDocIdObj
    type: "delete"

    Specifies that the mutation is a deletion.