We currently limit the number of requests which can be in a batch to 50, but each call within the batch is counted separately for the purposes of calculating API call limits and resource limits. For example, a batch of 10 API calls will count as 10 calls and each call within the batch contributes to CPU resource limits in the same manner.
***
As the below diagram shows, there are 3 types of throttling for graph api calls. Each api call will go through these different levels of throttling during its life time. When an api call passes the top level throttling, it is subject to be throttled at the second level and so on.
***
下の図が示すように、グラフAPIコールに対して3タイプの絞りが行われています。それぞれのAPIコールは別々の3つのレベルの絞り段階を通過していくわけです。APIコールが一番上のレベルの絞りを通過すると、2番目のレベルに到達してまた絞りの対象になる、といった具合です。
***
下記の図解が表しているように、APIの呼び出しグラフに3種類のスロットリングがあります。それぞれのAPI呼び出しは、存続期間に違ったレベルのスロットリングを通ります。API呼び出しがトップレベルのスロットリングを通過した時、2番目のレベル、または他のレベルにおいてスロットリングされやすくなります。