From e5fb742a7da15dc2c52e3fe21cd2ff38f2a61a3b Mon Sep 17 00:00:00 2001 From: pfcodes Date: Wed, 28 Sep 2022 00:12:55 -0700 Subject: [PATCH] Update apollo-link-rest.md --- docs/source/api/link/apollo-link-rest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/api/link/apollo-link-rest.md b/docs/source/api/link/apollo-link-rest.md index 6c10ec763e9..6397359dd23 100644 --- a/docs/source/api/link/apollo-link-rest.md +++ b/docs/source/api/link/apollo-link-rest.md @@ -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: