@resistdesign/voltra
    Preparing search index...

    Type Alias TypeInfoORMRouteMapConfig

    Optional configuration for Type Info ORM route-map behavior.

    type TypeInfoORMRouteMapConfig = {
        allowUpdateFieldOperators?: boolean;
    }
    Index

    Properties

    allowUpdateFieldOperators?: boolean

    Whether update handlers should forward field operators from request args.

    Defaults to true.