apollo-server/docs/source/server/middleware.md

10 lines
397 B
Markdown
Raw Normal View History

2018-04-05 01:24:56 -04:00
---
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