https://github.com/stvkoch/graphqlizejs
Here you will find server configurated with:
- jwt authentication
- middlewares resolvers in service model
- subcriptions when something change in service model
It's the same found:
git clone git@github.com:stvkoch/example-graphqlizejs.git
cd example-graphqlizejs
yarn install
cd example-graphqlizejs
yarn start
Then visit http://localhost:5000/graphql and start to explore