| Maximum number of graphs in one payload. |
75 |
| Maximum depth of a graph. |
15 |
| Maximum number of nodes used in one graph. |
500 |
| Maximum number of different nodes in one payload. Nodes are considered different if they use resources from different API versions, a
different HTTP method, or different types of objects. For example, /services/data/v50.0/sobjects/account
and /services/data/v52.0/sobjects/account
are considered different; GET /services/data/v52.0/sobjects/account and PATCH /services/data/v52.0/sobjects/account
are considered different; and /services/data/vXX.X/sobjects/account
and /services/data/vXX.X/sobjects/contact
are considered different. |
15 |
| Maximum number of graph failures within one request. When processing a composite
graph request, if the number of graph failures exceeds the
maximum limit of 14, processing is halted for the remaining
graphs in the request. The response includes errors for the
failed graphs, and the status for the remaining graphs is shown
as PROCESSING_HALTED. |
14 |