We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d416c0d + d45aca6 commit 0170315Copy full SHA for 0170315
docs/security/fields-public-control.md
@@ -17,7 +17,7 @@ AnObject:
17
type: "String!"
18
privateData:
19
type: "String"
20
- public: "@=service('security.authorization_checker').isGranted('ROLE_ADMIN')"
+ public: "@=isGranted('ROLE_ADMIN')"
21
```
22
23
## With Annotations
0 commit comments