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
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.
0 commit comments