Skip to content

Commit

Permalink
chore(docs): remove graphql-anywhere from apollo-link-rest doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alessbell committed Nov 15, 2022
1 parent 32691bd commit 1f8a61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/api/link/apollo-link-rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ With `apollo-link-rest`, you can call your endpoints inside your GraphQL queries
To get started, first install Apollo Client and any `peerDependencies` we need:

```bash
npm install --save @apollo/client apollo-link-rest graphql graphql-anywhere qs
npm install --save @apollo/client apollo-link-rest graphql qs
```

After this, you're ready to setup the Apollo Client instance:
Expand Down

0 comments on commit 1f8a61f

Please sign in to comment.