Icon
Rethinking Data With GraphQL
  •  

What is GraphQL?

Outline

GraphQL is an alternative to traditional REST APIs. It gives us a way to query data in a much more flexible fashion than is possible with REST because we can specify the data we want from the client without needing to make changes to the server. Let's see how we can benefit from GraphQL.

 

I finished! On to the next chapter