You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
Apologies if this has been discussed or considered before (I couldn't find any reference).
Since version 3 of the client package moved from apollo-client to @apollo/client (which is a lot nicer and cleaner), I'm wondering if the core link packages will follow the same naming convention.
It would be nicer if the names changed to e.g @apollo/link-error, @apollo/link-retry.... etc, and will make much more sense when looking at package.json or importing from the packages.
Apologies if this has been discussed or considered before (I couldn't find any reference).
Since version 3 of the client package moved from
apollo-client
to@apollo/client
(which is a lot nicer and cleaner), I'm wondering if the core link packages will follow the same naming convention.It would be nicer if the names changed to e.g
@apollo/link-error
,@apollo/link-retry
.... etc, and will make much more sense when looking atpackage.json
orimport
ing from the packages.Related:
The text was updated successfully, but these errors were encountered: