A query language for your API
(and how we could use it in SilverStripe)
Schema smarts are built in
Self-documenting API
Flexible backend integration
Multiple "resources" in a single call
Enables co-location of API query with view
A specification created by Facebook
Alternative to REST and SOAP
GraphQL servers in many languages (Node, PHP, etc)
Used by the new Github API, Pinterest, Shopify, ...
Interest by Drupal Core
Get exactly the data you need
Operates on types and a declarative schema
A type can be a scalar (Int) or complex (Film)