GraphQL Links
“GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.” from
GraphQl.org
My interest in GraphQL has been growing since I started seeing more links in
JSWeekly
, podcasts and on Twitter. My habit is to start collecting links, reading summaries and plan to dig in more later. I’m currently trying to get
PWA’s
figured out first.
Basics
GraphQL.org
is the main place to learn about GraphQL
Facebook GraphQL code
The Fullstack Tutorial for GraphQL
-
Basics of GraphQL
-
Build a Simple GraphQL API Server With Express and NodeJS
- May 31, 2017
-
React, Relay and GraphQL: Under the Hood of the Times Website Redesign
- June 29, 2017
-
Sharing data in a Microservices Architecture using GraphQL
- June 12, 2017
- “Integrate services by their databases is not a good option, an architecture that takes advantage of the best of each technology shall bring better results (as always).”
-
DZone - An Overview of GraphQl
- October 12, 2017
-
REST versus GraphQL
- REST versus GraphQL
- “In this article, we’ll be taking a technical look at REST versus GraphQL, comparing and contrasting the two API specifications.”
-
GraphQL: Everything You Need to Know
- March 6, 2018
- About comparing REST and GraphQL: “GraphQL, on the other hand, is a query language devised to work over one endpoint through HTTP, upgrading performance and adaptability.”
- “Although GraphQL solves quite a few problems that we have, it still would be difficult to choose any one API specification as you should most probably have both at some point.”
-
Why GraphQL: Advantages, Disadvantages & Alternatives
- July 3, 2018
-
GraphQl Guide ebook
Balance and the right tool for the job
##.Net
Lessons Learned and Companies using GraphQL
-
A story about an experience using GraphQl
- June 16, 2017
-
Lessons from 4 years of GraphQL
Nov 3, 2016
-
GraphQl at Yelp video
- Oct 16, 2017
-
REST vs GraphQL APIs, the Good, the Bad, the Ugly
- March 16, 2018
- “GraphQL APIs can be exciting new technology, but it is important to understand the tradeoffs before making such architectural decisions”
- “In fact, GraphQL vs REST is like comparing SQL technologies vs noSQL”
-
https://stackshare.io/posts/companies-using-graphql-in-production-2018
- July 19, 2018
-
GraphQL - A Retrospective - 2 years later
- December 2018
Why we should look into GraphQL
Practice and Live APIs
Videos
Examples
Podcasts
React
Aurelia
Apollo
ASP.Net Core
Newsletter
There are many more, these are just the ones I’ve come across.