Skip to content

Commit 1200094

Browse files
authored
Add mercurius to the proposed Node implementations
1 parent c9417e4 commit 1200094

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/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 [apollo-server](https://github.com/apollographql/apollo-server).
85+
If you are using NodeJS, we recommend using either [express-graphql](https://github.com/graphql/express-graphql), [apollo-server](https://github.com/apollographql/apollo-server) or [Mercurius](https://github.com/mercurius-js/mercurius).

0 commit comments

Comments
 (0)