CategoryInput
(INPUT_OBJECT)
for editing product category
link GraphQL Schema definition
- input CategoryInput {
- # main title of category
- : String
- # H1 heading of category (separate from title)
- : String
- # category visibility state in the eshop
- : CategoryVisibility
- # category introduction text
- : String
- # category bottom text
- : String
- # identificator for SEO-friendly URL
- : String
- # SEO category title for HTML tag TITLE
- : String
- # SEO meta description
- : String
- }