Are there any guarantees about the order that rela...
# spicedb
c
Are there any guarantees about the order that relationship updates happen in a
WriteRelationships
operation? For example, if I delete a relationship and then create it in the same transaction, if the delete happens first, it will effectively no-op, but if the create happens first, it will error.