OBJECT

UserProductCategory

link GraphQL Schema definition

  • type UserProductCategory {
  • parent_id: Int
  • category_id: Int
  • # Arguments
  • # include_deleted: [Not documented]
  • ancestors(include_deleted: Boolean): [Int]
  • id: Int
  • userid: Int
  • catid: Int
  • write_access: Boolean
  • }