@infrab4a/connect 3.12.0-beta.3 → 3.12.0-beta.4
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 +6 -6
- package/bundles/infrab4a-connect.umd.js.map +1 -1
- package/domain/catalog/models/category-collection.children.d.ts +1 -1
- package/esm2015/domain/catalog/models/category-collection.children.js +1 -1
- package/esm2015/infra/hasura-graphql/repositories/catalog/category-collection-children-hasura-graphql.repository.js +7 -7
- package/fesm2015/infrab4a-connect.js +6 -6
- package/fesm2015/infrab4a-connect.js.map +1 -1
- package/package.json +1 -1
|
@@ -3957,15 +3957,15 @@
|
|
|
3957
3957
|
{
|
|
3958
3958
|
parent: {
|
|
3959
3959
|
columnName: 'parent',
|
|
3960
|
-
foreignKeyColumn: { collectionId: '
|
|
3960
|
+
foreignKeyColumn: { collectionId: 'parentCollectionId', categoryId: 'parentCategoryId' },
|
|
3961
3961
|
fields: [
|
|
3962
|
-
'collection_id',
|
|
3963
|
-
'category_id',
|
|
3964
|
-
'parent_collection_id',
|
|
3965
|
-
'parent_category_id',
|
|
3962
|
+
{ collectionId: { columnName: 'collection_id' } },
|
|
3963
|
+
{ categoryId: { columnName: 'category_id' } },
|
|
3966
3964
|
'name',
|
|
3967
|
-
'reference',
|
|
3968
3965
|
'slug',
|
|
3966
|
+
'reference',
|
|
3967
|
+
{ parentCollectionId: { columnName: 'parent_collection_id' } },
|
|
3968
|
+
{ parentCategoryId: { columnName: 'parent_category_id' } },
|
|
3969
3969
|
],
|
|
3970
3970
|
},
|
|
3971
3971
|
},
|