Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π Introduce @Permission decorator
This decorator can accept permission conditions required to access the resource. For example: `@Permission({ type: 'plan', permission: 'editPlanData' })` Non-global permissions also take id argument of the query into account to check access permissions.
- Loading branch information