apollo-server/docs/source/server/middleware.md
2018-04-19 14:19:36 +03:00

10 lines
No EOL
397 B
Markdown

---
title: Middleware
description: Plugging Apollo into your app in a few lines of code
---
## TODO
* Evans thinks this should go into advanced/as an anti pattern
* best practice dictates that you should have your GraphQL server separate from other services and have a single endpoint
* the advanced section could talk about this in the case that you are doing something special, such as SSR