Graph Api batching is a great way to dramatically improve the performance of your Graph API-related scripts.
It enables parallel execution of up to 20 Graph API calls, which is fantastic, but there is one tiny little problem. You have to write your o...