Hacker News new | ask | show | jobs
by lolive 3253 days ago
basically yes: http://graphql.org/blog/rest-api-graphql-wrapper/
1 comments

You can wrap REST APIs with GraphQL. And yeah, as you you mention, caching is usually important in such scenarios. In JS there's https://github.com/facebook/dataloader which help with the caching. I am using a Java implementation with Google's LoadingCache.