Execute multiple operations in a single batch. This is more efficient than executing operations individually.
batch<Op extends Operation[]>(operations: Op): Promise<OperationResults<Op>>| Name | Type | Description |
|---|---|---|
operations* | Op | Array of operations to execute |