Issue Description
https://www.apollographql.com/docs/react/data/subscriptions#3-split-communication-by-operation-recommended
From the code example:
import { split, HttpLink } from "@apollo/client";
split is deprecated, I believe this should be ApolloLink.split instead.
Link to Reproduction
None
Reproduction Steps
No response
@apollo/client version
4.0