Merge branch 'master' into update-koa-example

This commit is contained in:
Sashko Stubailo 2017-07-23 22:55:28 -07:00 committed by GitHub
commit a076fea894

View file

@ -181,7 +181,7 @@ module.exports = server.microGraphql({ schema: myGraphQLSchema });
## Options ## Options
Apollo Server can be configured with an options object with the the following fields: Apollo Server can be configured with an options object with the following fields:
* **schema**: the GraphQLSchema to be used * **schema**: the GraphQLSchema to be used
* **context**: the context value passed to resolvers during GraphQL execution * **context**: the context value passed to resolvers during GraphQL execution