Finally got my hands dirty with GraphQL.
Initial impressions:
- Query exactly what you need = less overfetching
- Schema introspection is powerful
- Works best when you think about data as a graph, not resources
Tried it with a sample Node.js backend — exciting stuff.