diff --git a/www/docs/main/frameworks/apollo-server.mdx b/www/docs/main/frameworks/apollo-server.mdx index f05a4ef9..0c89f252 100644 --- a/www/docs/main/frameworks/apollo-server.mdx +++ b/www/docs/main/frameworks/apollo-server.mdx @@ -12,7 +12,7 @@ In the following section, you will see how to integrate any cloud with your Apol First, you need to ensure you have the libs installed, so run this code: ```bash -npm i --save apollo-server +npm i --save @apollo/server ``` Also, to be able to handle JSON requests, we can use [JsonBodyParserFramework](./helpers/body-parser), so let's install it: