Use AWS GraphQL for React Native Message App

Recently I came up with a react native app which needs to integrate AWS GraphQL. Its actually provided with AWS App Sync and a very convenient way if you want a quick pub-sub. The problem was I had to do mutations as a background asynchronous process and wanted to update the app state from that. … Continue reading Use AWS GraphQL for React Native Message App