RepoServiceExtension extension

on

Methods

createRecordInBulk({String? repo, required List<Create> writes, bool? validate, String? swapCommit, Map<String, String>? $headers, PostClient? $client}) Future<XRPCResponse<ApplyWritesOutput>>
deleteRecordInBulk({String? repo, required List<Delete> writes, bool? validate, String? swapCommit, Map<String, String>? $headers, PostClient? $client}) Future<XRPCResponse<ApplyWritesOutput>>
updateRecordInBulk({String? repo, required List<Update> writes, bool? validate, String? swapCommit, Map<String, String>? $headers, PostClient? $client}) Future<XRPCResponse<ApplyWritesOutput>>