Any good patterns to follow for create permissions...
# spicedb
m
Any good patterns to follow for create permissions on types? For simple CRUD operations, the RUD can be achieved against the entity itself by ID and its permissions, but is there any patterns for defining who can create the type more dynamically then just knowing who the parent of the type is?