``` definition thing { relation another_thing: t...
# spicedb
y
Copy code
definition thing {
  relation another_thing: thing
  permission sees: another_thing
}

write:
thing:one#another_thing@thing:one

check:
thing:one#sees@thing:one
// true
4 Views