AutoBE
    Preparing search index...

    Interface AutoBeRealizeQueryTransformerSelect

    Reuse a named transformer's column selection.

    Spreads the transformer's own select() so the query loads exactly the columns that transformer needs, instead of restating field names.

    interface AutoBeRealizeQueryTransformerSelect {
        name: string;
        type: "transformer-select";
    }
    Index

    Properties

    Properties

    name: string

    Transformer whose selection is reused.

    type: "transformer-select"