The package is no longer maintained and was only reachable via the
Apollo WebSocketLink in app/plugins/apollo.ts. No Subscription type
exists in the schema and no subscription operations are defined, so the
ws split branch was dead code. Drop WebSocketLink, the split() routing,
and the direct dependency.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Update the Apollo Client configuration to use the new devtools
option instead of the deprecated connectToDevTools. This change
ensures proper integration with development tools and maintains
compatibility with future Apollo updates.