@squidcloud/backend
    Preparing search index...

    Interface ApplyNumericFnPropertyMutation

    Applying a numeric function to a property.

    interface ApplyNumericFnPropertyMutation {
        fn: "increment";
        type: "applyNumericFn";
        value: number;
    }
    Index

    Properties

    Properties

    fn: "increment"

    Numeric function to apply.

    type: "applyNumericFn"

    Specifies that the mutation applies a numeric function.

    value: number

    Value to use in the numeric function.