From b842df43e53db8c013260a86bd0e2c7011041406 Mon Sep 17 00:00:00 2001 From: "Jacob D. Castro" Date: Mon, 20 Apr 2020 22:24:24 -0700 Subject: [PATCH] Change 'graphql-server' to 'apollo-server' It seems Apollo has updated the name of the package for their GraphQL server to `apollo-server`. Just wanted to make it more accurate. --- site/learn/BestPractice-ServingOverHTTP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/learn/BestPractice-ServingOverHTTP.md b/site/learn/BestPractice-ServingOverHTTP.md index 829256eb93..2f09a26b42 100644 --- a/site/learn/BestPractice-ServingOverHTTP.md +++ b/site/learn/BestPractice-ServingOverHTTP.md @@ -82,4 +82,4 @@ app.use('/graphql', graphqlHTTP({ ``` ## Node -If you are using NodeJS, we recommend using either [express-graphql](https://github.com/graphql/express-graphql) or [graphql-server](https://github.com/apollostack/graphql-server). +If you are using NodeJS, we recommend using either [express-graphql](https://github.com/graphql/express-graphql) or [apollo-server](https://github.com/apollographql/apollo-server).