Skip to content

Commit 128c88a

Browse files
author
Jacob D. Castro
authored
Change 'graphql-server' to 'apollo-server' (#862)
It seems Apollo has updated the name of the package for their GraphQL server to `apollo-server`. Just wanted to make it more accurate.
1 parent 44e9d30 commit 128c88a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/BestPractice-ServingOverHTTP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ app.use('/graphql', graphqlHTTP({
8282
```
8383

8484
## Node
85-
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).
85+
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).

0 commit comments

Comments
 (0)