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

    A function that when called will execute the next link in the link chain.

    Type Declaration

    const link = new ApolloLink((operation, forward) => {
    // process the request

    // Call `forward` to execute the next link in the chain
    return forward(operation);
    });