You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @perbrondum - since Swiftly Salesforce is a Swift Combine wrapper around the Salesforce REST APIs, you can use it for tree and composite endpoints, too. Swiftly Salesforce doesn't yet have 'out of the box' tree or composite methods, but you could call request with your own custom struct that implements Decodable to deserialize the response from a tree or composite API endpoint.
Batch/tree/composite.
I use batch but not sure if swiftlysalesforce supports tree and composite?
The text was updated successfully, but these errors were encountered: