CategoryVisibility
(ENUM)
Visibility state of a category in the eshop
link GraphQL Schema definition
- enum CategoryVisibility {
- # visible to everyone
- # hidden from menu / listing
- # fully locked (inaccessible)
- # visible only to registered / logged-in customers
- }