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 [email protected]: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