OBJECT

Category

This is a product category

link GraphQL Schema definition

  • type Category {
  • # Category is active or not
  • active: Boolean
  • # Category is deleted or not
  • deleted: Boolean
  • # Unique category id
  • id: ID!
  • # Category is default or not
  • isDefault: Boolean
  • # Category name
  • name: String!
  • # Category order
  • order: Int
  • }