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

397 B

title description
Middleware 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