We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
a from b
user:*
user#relation
Add a test that ensures that if b in the case of a from b is directly assigned but contains user:* or user#relation that we error out too.
e.g.
define parent: [folder:*] define viewer: viewer from parent
define parent: [folder#parent] define viewer: viewer from parent
Run against the current API and see if it properly validates against this case.
The text was updated successfully, but these errors were encountered:
model schema 1.1 type folder relations define parent: [folder:*] define viewer: viewer from parent
From the CLI:
{ "is_valid":false, "error":"the relation type 'folder' on 'parent' in object type 'folder' is not valid" }
Where as language only throws:
`parent` relation used inside from allows only direct relation.
Sorry, something went wrong.
Hello @d-jeffery ,
I would like to contribute to this issue. Could you please assign it to me and provide any relevant references or guidance?
Thank you!
Hello @d-jeffery , I would like to contribute to this issue. Could you please assign it to me and provide any relevant references or guidance? Thank you!
Hi, I'm no longer on this project. @rhamzeh?
No branches or pull requests
e.g.
Run against the current API and see if it properly validates against this case.
The text was updated successfully, but these errors were encountered: