Merge branch 'master' into adam/19/4/remove-fqc-caveats

This commit is contained in:
Danielle Man
2019-04-16 14:31:22 -07:00
committed by GitHub

View File

@@ -22,7 +22,7 @@ are:
* **Apollo Server** is a JavaScript GraphQL server for defining a
*schema* and a set of *resolvers* that implement each part of that
*schema. Typically Apollo Server is extensible: plugins can hook in to each stage of the
schema. Typically Apollo Server is extensible: plugins can hook in to each stage of the
request pipeline and server's own lifecycle, making it possible to
implement custom behaviors in add-on packages. Apollo Server supports
AWS Lambda and other serverless environments.