Merge pull request #477 from crowchirp/patch-1

corrected typo
This commit is contained in:
Sashko Stubailo 2017-07-22 18:28:44 -07:00 committed by GitHub
commit 50866dc5ba

View file

@ -178,7 +178,7 @@ module.exports = server.microGraphql({ schema: myGraphQLSchema });
## 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
* **context**: the context value passed to resolvers during GraphQL execution