Code Safari

Chapter 48·Intermediate

GraphQL Explained: Ask for Exactly the Data You Need

01 / 06

The core idea

The client asks for exactly what it wants.

Instead of fixed endpoints returning fixed shapes, the client sends a query describing precisely the fields it needs, and gets just those.

GraphQL Explained: Ask for Exactly the Data You Need | Code Safari