Category

category #

category(id: String) PCategory

Example #

query category($id: String!){
  category(id: $id) {
    id
    name
    slug
    description
    image
    fullImage
    productCount
    position
  }
}

Try It Now