@infrab4a/connect 5.4.0-beta.3 → 5.4.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/index.cjs.js +7 -0
- package/index.esm.js +7 -0
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -7373,6 +7373,13 @@ const commonFields$1 = [
|
|
|
7373
7373
|
{ reviewsTotal: { columnName: 'reviews_total' } },
|
|
7374
7374
|
{ shoppingCount: { columnName: 'shopping_count' } },
|
|
7375
7375
|
{ categoryId: { columnName: 'category_id' } },
|
|
7376
|
+
{
|
|
7377
|
+
category: {
|
|
7378
|
+
columnName: 'category',
|
|
7379
|
+
foreignKeyColumn: { id: 'categoryId' },
|
|
7380
|
+
fields: ['id', 'name', 'reference', 'slug'],
|
|
7381
|
+
},
|
|
7382
|
+
},
|
|
7376
7383
|
'group',
|
|
7377
7384
|
'validity',
|
|
7378
7385
|
{ tagsCollection: { columnName: 'tags_collection', type: HasuraGraphQLColumnType.Jsonb } },
|
package/index.esm.js
CHANGED
|
@@ -7349,6 +7349,13 @@ const commonFields$1 = [
|
|
|
7349
7349
|
{ reviewsTotal: { columnName: 'reviews_total' } },
|
|
7350
7350
|
{ shoppingCount: { columnName: 'shopping_count' } },
|
|
7351
7351
|
{ categoryId: { columnName: 'category_id' } },
|
|
7352
|
+
{
|
|
7353
|
+
category: {
|
|
7354
|
+
columnName: 'category',
|
|
7355
|
+
foreignKeyColumn: { id: 'categoryId' },
|
|
7356
|
+
fields: ['id', 'name', 'reference', 'slug'],
|
|
7357
|
+
},
|
|
7358
|
+
},
|
|
7352
7359
|
'group',
|
|
7353
7360
|
'validity',
|
|
7354
7361
|
{ tagsCollection: { columnName: 'tags_collection', type: HasuraGraphQLColumnType.Jsonb } },
|