Getting GraphQL in your API
I gave a talk on this subject at GraphQL Summit
GraphQL is a query based language for APIs. GraphQL provides a better way to request data from your existing API that can potentially speed up the development experience.
A common misconception of GraphQL is that it needs to replace your current REST API, and this is...