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
Allows to restrict which content types a user is allowed to see over graphql.
```
DomainGroupContent:
type: object
fields:
articles:
type: "[ArticleContent]"
public: '@=service("ezplatform_graphql.can_user").viewContentOfType("article")'
```
fixup! Custom graphql/content_type_view policy
0 commit comments