Skip to content

Commit 4d87102

Browse files
authored
Doc proposed change: Add NestJs
NestJs implements an Apollo module, and seems to make sense to add to this list.
1 parent 4742128 commit 4d87102

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
@@ -301,7 +301,7 @@ app.use('/graphiql', graphiqlExpress({endpointURL: '/graphql'}));
301301
app.listen(4000, () => console.log('Now browse to localhost:4000/graphiql'));
302302
\`\`\`
303303
304-
Apollo Server also supports all Node.js HTTP server frameworks: Express, Connect, HAPI and Koa.
304+
Apollo Server also supports all Node.js HTTP server frameworks: Express, Connect, HAPI, Koa and NestJs.
305305
306306
### PHP
307307

0 commit comments

Comments
 (0)