When I install @apollo/sandbox, I see the following warning from npm:
subscriptions-transport-ws@0.11.0: The ``subscriptions-transport-ws`` package is no longer maintained. We recommend you use ``graphql-ws`` instead. For help migrating Apollo software to ``graphql-ws``, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using ``graphql-ws``, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md
I suppose this is to support old versions of apollo server that still use the old subscriptions ws transport, but it's worth recording this in an issue even if this is wontfix
When I install
@apollo/sandbox
, I see the following warning fromnpm
:subscriptions-transport-ws@0.11.0: The ``subscriptions-transport-ws`` package is no longer maintained. We recommend you use ``graphql-ws`` instead. For help migrating Apollo software to ``graphql-ws``, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using ``graphql-ws``, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md
I suppose this is to support old versions of apollo server that still use the old subscriptions ws transport, but it's worth recording this in an issue even if this is
wontfix