kysely
    Preparing search index...

    Interface QueryFinalizerProps<N>

    interface QueryFinalizerProps<N extends OperationNode> {
        executor: QueryExecutor;
        node: N;
        queryId: QueryId;
    }

    Type Parameters

    Index

    Properties

    Properties

    executor: QueryExecutor
    node: N
    queryId: QueryId