You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
definition user {}
definition group {
relation user: user
permission view = user
}
definition thing {
relation group: group
permission view = group.all(view)
}
See that you get:
Expected end of statement or definition, found: TokenTypePeriod
Note
This is a known issue; we have a beta that we're testing with it now.
The text was updated successfully, but these errors were encountered:
Description
Copy and paste this schema in:
See that you get:
Note
This is a known issue; we have a beta that we're testing with it now.
The text was updated successfully, but these errors were encountered: