mirror of
https://github.com/vale981/apollo-server
synced 2025-03-12 14:06:40 -04:00
10 lines
No EOL
397 B
Markdown
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 |