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
Given a .fga.yaml file with models + tuples defined, whenever we write a test, we can auto-suggest the tuples values.
.fga.yaml
For example, if there's a tuple that has user = employee:anne, whenever I write a check test and I type employee: I should get anne as an option.
employee:anne
check
employee:
anne
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given a
.fga.yaml
file with models + tuples defined, whenever we write a test, we can auto-suggest the tuples values.For example, if there's a tuple that has user =
employee:anne
, whenever I write acheck
test and I typeemployee:
I should getanne
as an option.The text was updated successfully, but these errors were encountered: