INPUT_OBJECT

CreateCategoryInput

Input type for creating a Category

link GraphQL Schema definition

  • input CreateCategoryInput {
  • # Translations of the Category
  • translations: [CreateCategoryInputTranslations!]!
  • # Parent Category Id
  • parentRootId: Int
  • # Does Category appear on front-end ?
  • enabled: Boolean
  • # Image Media Id
  • image: Int
  • # Route Id
  • route: Int
  • # Display order of the Category (-10 to 10)
  • displayOrder: Int
  • # Custom CSS class for articles
  • additionalClass: String
  • # Custom CSS class for category
  • customClass: String
  • # Display articles and category in article list
  • display: Boolean
  • # Publish articles in sitemap
  • articlesInSitemap: Boolean
  • }

link Require by