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.