Chapter 5: Creating a Blog Post with Amplify GraphQL

In this chapter, we will be covering a very important part of creating an Amplify app; that is, letting users store and query their data with GraphQL. Back in the days before the GraphQL API existed, we had the RESTful API, which did not have a common standard for how to manipulate or query data. It was all up to the backend developers, which caused more delays during development. GraphQL removed the complexity of the API schema for frontend developers.

GraphQL standardizes the API schema, thus making it easy to define as a common practice and standard. Therefore, if you or your development team adopt GraphQL as your middle tier to interact between the frontend app and the backend business ...

Get Rapid Application Development with AWS Amplify now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.