New Category

newCategory #

newCategory(params: NewCategoryParams) Category

Example #

mutation newCategory($params: NewCategoryParams!){
  newCategory(params: $params) {
    id
    name
    slug
    isPublished
    description
    image
    fullImage
    createdAt
    updatedAt
    productCount
    position
  }
}

Try It Now