Skip to content

Commit

Permalink
Mention apollo-link-rest in the migration guide Link section
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Feb 9, 2020
1 parent 969be16 commit 8b80531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/migrating/apollo-client-3-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ To continue using `apollo-link` packages besides `apollo-link-http`, replace eac

These packages provide the same functionality as their non-`@apollo` counterparts, but they’re updated for compatibility with the `@apollo/client` package.

`apollo-link-rest` has also been updated to use `@apollo/client`, but does not use `@apollo/link-X` naming. It should still be referenced using `apollo-link-rest`, and updated to its `latest` version.

### graphql-anywhere

The `graphql-anywhere` package’s functionality is no longer included with Apollo Client. You can continue to use the `graphql-anywhere` package, but Apollo no longer uses it and will not actively support it moving forward.
Expand Down

0 comments on commit 8b80531

Please sign in to comment.