AutoBE
    Preparing search index...

    Interface AutoBeRealizeQueryOrderByAllowed

    One whitelisted sort field and the Prisma column path it maps to.

    interface AutoBeRealizeQueryOrderByAllowed {
        field: string;
        path: AutoBeRealizePathSegment[];
    }
    Index

    Properties

    Properties

    field: string

    Sort field name accepted from a request token (without +/-).

    Prisma column path this field sorts by.