Hey, is there a way to get more details as to what...
# spicedb
b
Hey, is there a way to get more details as to what happened in a call to
WriteRelationships
? In particular, I want to know: - did my
TOUCH
operation actually write new data or was it already there? I don't think switching to
CREATE
is an option here because I still don't want the call to fail if the data was already there, I just want to know about it - did my
DELETE
operation actually delete data or was the data already not stored?
4 Views