OBJECT

CompanyProductCategory

link GraphQL Schema definition

  • type CompanyProductCategory {
  • parent_id: Int
  • # Arguments
  • # include_deleted: [Not documented]
  • ancestors(include_deleted: Boolean): [Int]
  • id: Int
  • category_id: Int
  • company_ref_id: Int
  • }