{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Graph API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Graph", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Composite Graph", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/composite/graph", "body": { "type": "json", "data": "{}" } }, "docs": "Composite graphs provide an enhanced way to perform composite requests, which execute a series of REST API requests in a single call.\nRegular composite requests allow you to execute a series of REST API requests in a single call. And you can use the output of one request as the input to a subsequent request.\n\nComposite graphs extend this by allowing you to assemble a more complicated and complete series of related objects and records.\n\nComposite graphs also enable you to ensure that the steps in" } ] } ], "bundled": true }