Join Discord
Communities
Powered by
<@!760445414113280000> if you intend to link to al...
# spicedb
j
Joey
02/26/2022, 5:06 PM
@User
if you intend to link to all users on the platform type, you can use a wildcard to remove the need to add every user there:
Copy code
definition platform { relation user: user:* }
then you just write the relationship
platform:birdie#user@user:*
, and it'll be as if any user is there
3
Views
Previous
Next