OBJECT

ProductStateCategory

link GraphQL Schema definition

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