@squidcloud/backend
    Preparing search index...

    Interface RemovePropertyMutation

    A property update that removes a property from a document.

    interface RemovePropertyMutation {
        type: "removeProperty";
    }
    Index

    Properties

    Properties

    type: "removeProperty"

    Specifies that the mutation removes a property.