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
npm i
npm start
Then visit http://localhost:5000/graphql and start to explore