INPUT_OBJECT
CreateCategoryInput
Input type for creating a Category
link GraphQL Schema definition
- input CreateCategoryInput {
- # Translations of the Category
- : [CreateCategoryInputTranslations!]!
- # Parent Category Id
- : Int
- # Does Category appear on front-end ?
- : Boolean
- # Image Media Id
- : Int
- # Route Id
- : Int
- # Display order of the Category (-10 to 10)
- : Int
- # Custom CSS class for articles
- : String
- # Custom CSS class for category
- : String
- # Display articles and category in article list
- : Boolean
- # Publish articles in sitemap
- : Boolean
- }