Merge branch 'feat/subscriptions-graphiql' of github.com:Urigo/graphql-server into feat/subscriptions-graphiql

This commit is contained in:
Urigo 2017-03-28 20:32:46 +03:00
commit eb13a5dc84

View file

@ -167,8 +167,6 @@ exports.handler = server.graphqlLambda({ schema: myGraphQLSchema });
## Options
=======
GraphQL Server can be configured with an options object with the the following fields:
* **schema**: the GraphQLSchema to be used