@twilio/flex-sdk
    Preparing search index...
    RequestHandler: (
        operation: Operation,
        forward: FlexDataClientLink.ForwardFunction,
    ) => Observable<Result>

    A request handler is responsible for performing some logic and executing the request, either by forwarding the operation to the next link in the chain, or sending the operation to the destination that executes it, such as a GraphQL server.

    Type Declaration