Learning GraphQL Part 1: Setting up Apollo GraphQL server and React app
I think of GraphQL as a way to facilitate a smoother server-client communication as compared to REST. No need to fight over API contracts or composite APIs. Client requests what it needs and the backend magically provides. Almost too good to be true....
rohanbagchi.hashnode.dev7 min read