Slide 12
Slide 12 text
Chapter 1:
Issues We’ve Had
Chapter 2:
What is GraphQL?
Chapter 3:
Why We Love
GraphQL
Chapter 4:
Getting Started
with GraphQL
12
You get exactly what you want, and only what you want
Request exactly the data you need for your product.
GraphQL is declarative
Worry about what your product needs, not how it gets there.
Data usage evolves with the product
Data declarations are composable, just like React.
Use the same mental model!
Inverting API control back to client developers