OBJECT
This is a product category
type Category {# Category is active or notactive: Boolean # Category is deleted or notdeleted: Boolean # Unique category idid: ID! # Category is default or notisDefault: Boolean # Category namename: String! # Category orderorder: Int }