what's the recommended approach to enforcing a uni...
# spicedb
f
what's the recommended approach to enforcing a uniqueness constraint on a relation? I.e given
Copy code
definition sometype {
    relation container: othertype
}
how would I enforce that any
sometype
instance only has one
container
relation? use preconditions?