Skip to content

Commit

Permalink
Update apollo-link-rest.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pfcodes committed Sep 28, 2022
1 parent 9e8eb82 commit e5fb742
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 @@ -21,7 +21,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 qs
npm install --save @apollo/client apollo-link-rest graphql graphql-anywhere qs
```

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

0 comments on commit e5fb742

Please sign in to comment.