README
express-nemo-route-graphql
A middleware for express to add a route that handles graphql route in an api.
Options
| Name | Required | Default value | Description |
|---|---|---|---|
| graphqlSchema | yes | A graphql schema object that makeExecutableSchema will process in graphql-tools |