Any good examples for how to handle editing user i...
# spicedb
m
Any good examples for how to handle editing user information (i.e. a user should be able to edit themself, but we may have some hierarchy allowing admins to edit their users, etc). Since there isn't self, would we just add relations directly to our
user {}
type, or would it be better to create a separate entity, like
user_setting { relation self: user; relation ...}
?