apollographql/apollo-link

Rename Core Link Packages To @apollo/link-<name>

Closed this issue · 2 comments

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.

Related:

Great idea @TamerShlash - thanks!

Addressed in 0980751 (and will be active when we publish as part of our final @apollo/client launch). Thanks!