Hacker News new | ask | show | jobs
by rahula13 983 days ago
I am curious how do you do performant joins between different REST APIs?
1 comments

How do you do it in graphql? You are going to hit multiple APIs that aren't integrated so it will be multiple requests. One request to a graphql server and multiple requests to other APIs isn't faster than doing just the requests to the different APIs. Actually it might be faster.