Newer Version Available

This content describes an older version of this product. View Latest

Composite Graph Limits

These limits are specific to composite graph resources. Review the platform API limits and allocations for a comprehensive list of all applicable limits to composite graph API resources.

General Limits on Graphs

Item Limit
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 or different types of objects.

For example:

  • /services/data/v50.0/sobjects/account and /services/data/v52.0/sobjects/account are considered different.

  • /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

Limits on Nodes

Item Limit
Maximum number of nodes supported in one payload. 500

(For example, there can be one graph with 500 nodes, or 50 graphs with 10 nodes each.)