RPCとGraphQLの比較
クライアントが一つか、複数かの観点で見る
@tazsingh: I don't think it's as simple as "RPC good, GraphQL bad" The concern is: Are you building for 1 client? Or are you building for multiple clients?
If you're building for 1 client, go with something tightly coupled to it!
If multiple, you'd want a more agnostically designed API