CategoryVisibility

(ENUM)

Visibility state of a category in the eshop

link GraphQL Schema definition

  • enum CategoryVisibility {
  • # visible to everyone
  • visible
  • # hidden from menu / listing
  • hidden
  • # fully locked (inaccessible)
  • full_locked
  • # visible only to registered / logged-in customers
  • registered
  • }