A hands-on introduction to GraphQL APIs — GraphQL is a query language for APIs. But what exactly does that mean, and how does it work? At its simplest, GraphQL is about asking for specific fields on objects. In this article, we will take a hands-on approach to quickly get started with GraphQL using AppSync, DynamoDB, and Postman…