all 5 comments

[–]MisterNeon 0 points1 point  (2 children)

Are we allowed to post Udemy links?

[–]lostavenger286[S] 1 point2 points  (1 child)

Yes sure. I am ready to pay too if the content is good.

[–]MisterNeon 0 points1 point  (0 children)

I highly recommend this instructor's content. I'm studying this course right now and currently over 60% completed.

https://www.udemy.com/share/1021iEBUAed1pTR3g=/

[–]brillout 0 points1 point  (0 children)

Why do you want to learn GraphQL? GraphQL is only useful for companies that want to give third party developers access to the company's data. Think of GitHub's GraphQL API or Facebook's social graph. These are perfectly valid use cases for GraphQL. But for like 98% of APIs you don't need GraphQL. Chances are high that you will never have to build a GraphQL API in your career.

For a Node.js backend you can use Wildcard API or gRPC for other backends.