Skip to content

Commit 32887e2

Browse files
authored
Update index.html.js
Fix graphql-server link to make it point to a non-deprecated package (picked the express one)
1 parent 54a1b9d commit 32887e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/code/index.html.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ app.use('/graphql', graphqlHTTP({
8787
app.listen(4000, () => console.log('Now browse to localhost:4000/graphql'));
8888
\`\`\`
8989
90-
#### [graphql-server](http://dev.apollodata.com/tools/graphql-server/index.html) ([github](https://github.com/apollostack/graphql-server)) ([npm](https://www.npmjs.com/package/graphql-server))
90+
#### [graphql-server](http://dev.apollodata.com/tools/graphql-server/index.html) ([github](https://github.com/apollostack/graphql-server)) ([npm](https://www.npmjs.com/package/graphql-server-express))
9191
9292
A set of GraphQL server packages from Apollo that work with various Node.js HTTP frameworks (Express, Connect, Hapi, Koa etc).
9393

0 commit comments

Comments
 (0)