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