Is it better to use `TransactRelationTuples` with ...
# talk-keto
d
Is it better to use
TransactRelationTuples
with an action of
DELETE
or use
DeleteRelationTuples
?
s
does not matter if you only do one
but if you do multiple, transact ensures all is done in a transaction (i.e. all or none)