@infrab4a/connect 4.9.11 → 4.9.12-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -4881,7 +4881,7 @@ class CategoryHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHasuraGr
4881
4881
  return products;
4882
4882
  }
4883
4883
  async getChildren(parentId) {
4884
- const { category_tree } = await this.query('category_tree', ['id', 'name', 'parent_id', 'slug', 'reference'], {
4884
+ const { category_tree } = await this.query('category_tree', ['id', 'name', 'parent_id', 'slug', 'reference', 'published', 'shops'], {
4885
4885
  args: {
4886
4886
  type: 'category_tree_args',
4887
4887
  value: { parentid: parentId },
package/index.esm.js CHANGED
@@ -4875,7 +4875,7 @@ class CategoryHasuraGraphQLRepository extends withCrudHasuraGraphQL(withHasuraGr
4875
4875
  return products;
4876
4876
  }
4877
4877
  async getChildren(parentId) {
4878
- const { category_tree } = await this.query('category_tree', ['id', 'name', 'parent_id', 'slug', 'reference'], {
4878
+ const { category_tree } = await this.query('category_tree', ['id', 'name', 'parent_id', 'slug', 'reference', 'published', 'shops'], {
4879
4879
  args: {
4880
4880
  type: 'category_tree_args',
4881
4881
  value: { parentid: parentId },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infrab4a/connect",
3
- "version": "4.9.11",
3
+ "version": "4.9.12-beta.0",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org"
6
6
  },