21. FAQ 2 - GraphQL - API for beginners
Graph Querry Language GraphQL
What is GraphQL?
GraphQL is an open-source query language. GraphQL is an answer to problems that REST API has:
a lot of endpoints;
it is harder for developers to learn and understand your API;
there is over- and under...
medo.hashnode.dev2 min read