[WS Amplify] lets you relatively rapidly prototype your backend API either by using [REST]  or [GraphQL] . We decided to go with [GraphQL] since in the final iterations the product should have different frontends and, theoretically, it should be easier to fetch only the data you need due to the flexible nature of [GraphQL].

So, if you worked with [AWS Amplify]  and [GraphQL]  you know that it doesn’t support partial updates, which was a deal-breaker for us, since we have multiple flows where we have to partially push the data to the backend.

#graphql #partial updates

GraphQL Partial Update
1.50 GEEK