본문 바로가기
Web/GraphQL

What is GraphQL?

by Derricks2 2022. 2. 3.
반응형

A query language for your API

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools

 

Good Video for understanding 

https://www.youtube.com/watch?v=eIQh02xuVw4 

 

반응형