First Steps with GraphQL
First Steps with GraphQL

First Steps with GraphQL

Author
Shiv Bade
Tags
graphql
api design
Published
March 20, 2016
Featured
Slug
Tweet
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.