Create a graphQL endpoint with JWT authentication Chapter#1 See the detail from the youtube HackMD ColorfulLife blog Reference Section#1: Graphql endpoint Official docs with graphql-express graphql-express Video work through Section#2: Nextjs frontend graphql-request npm package Section#3: JWT auth jwt.io jasonwebtoken npm package Chapter#2 Following by previous section, we will make our authenticate system even more robost and deploy it to production server by docker: Create a API middle on nextjs frontend Video work through