Hello! I am attempting to set a relationship like,...
# spicedb
s
Hello! I am attempting to set a relationship like,
Copy code
definition dataset {
    `relation owner: org#member | org#admin | org
...
}
In order to ensure that the owner is a member or admin of an org and not a user without an org affiliation. I'm trying to test the relationship but can't seem to figure out how to use
org#member
as the subject type. Very new to this so appreciate any help!