@infrab4a/connect 3.10.0-beta.0 → 3.10.0-beta.2
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/bundles/infrab4a-connect.umd.js +2 -2
- package/bundles/infrab4a-connect.umd.js.map +1 -1
- package/esm2015/infra/hasura-graphql/repositories/catalog/category-hasura-graphql.repository.js +2 -2
- package/esm2015/infra/hasura-graphql/repositories/catalog/product-hasura-graphql.repository.js +2 -2
- package/fesm2015/infrab4a-connect.js +2 -2
- package/fesm2015/infrab4a-connect.js.map +1 -1
- package/package.json +1 -1
|
@@ -3985,7 +3985,7 @@
|
|
|
3985
3985
|
parent: {
|
|
3986
3986
|
columnName: 'parent',
|
|
3987
3987
|
foreignKeyColumn: { parent_id: 'id' },
|
|
3988
|
-
fields: [{
|
|
3988
|
+
fields: [{ parent: ['id', 'name', 'reference', 'slug'] }],
|
|
3989
3989
|
},
|
|
3990
3990
|
},
|
|
3991
3991
|
],
|
|
@@ -4750,7 +4750,7 @@
|
|
|
4750
4750
|
{ shoppingCount: { columnName: 'shopping_count' } },
|
|
4751
4751
|
{
|
|
4752
4752
|
category: {
|
|
4753
|
-
columnName: '
|
|
4753
|
+
columnName: 'category',
|
|
4754
4754
|
foreignKeyColumn: { category_id: 'id' },
|
|
4755
4755
|
fields: [{ category: ['id', 'name', 'reference', 'slug'] }],
|
|
4756
4756
|
},
|