Both GraphQL and REST work on the top of HTTP. Which one, according to you, is going to be the future of data exchange?
IMO: GraphQL and Falcor.js are the go-to technologies in the near future. Tried to explain my thoughts a bit here.
Chosen of many people is REST now. I'm really curious at why it results this. Is there bad points of GraphQL?
Max Bachhuber
Making the web a better place
Definitely GraphQL. It bundles all requests into one and saves massive bandwith in comparsion to REST. And you get the data in the format you like. I haven't looked closer at storing / manipulating data, but for retrieving data GraphQL is definitely better than rest.