OBJECT

ProductProductCategory

link GraphQL Schema definition

  • type ProductProductCategory {
  • parent_id: Int
  • # Arguments
  • # include_deleted: [Not documented]
  • ancestors(include_deleted: Boolean): [Int]
  • id: Int
  • prodId: Int
  • catId: Int
  • }