File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
app/code/Magento/CatalogGraphQl/etc Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 294
294
<field xsi : type =" ObjectArrayOutputField" name =" media_gallery_entries" itemType =" MediaGalleryEntry" />
295
295
<field xsi : type =" ObjectArrayOutputField" name =" tier_prices" itemType =" ProductTierPrices" />
296
296
<field xsi : type =" ObjectOutputField" name =" price" type =" ProductPrices" />
297
+ <field xsi : type =" ScalarOutputField" name =" gift_message_available" type =" String" />
297
298
</type >
298
299
<type xsi : type =" OutputType" name =" SimpleProduct" >
299
300
<implements interface =" ProductInterface" copyFields =" true" />
335
336
<field xsi : type =" ObjectInputField" name =" updated_at" type =" FilterTypeInput" />
336
337
<field xsi : type =" ObjectInputField" name =" country_of_manufacture" type =" FilterTypeInput" />
337
338
<field xsi : type =" ObjectInputField" name =" custom_layout" type =" FilterTypeInput" />
339
+ <field xsi : type =" ObjectInputField" name =" gift_message_available" type =" FilterTypeInput" />
338
340
<field xsi : type =" ObjectInputField" name =" or" type =" ProductFilterInput" />
339
341
</type >
340
342
<type xsi : type =" InputType" name =" ProductSortInput" >
374
376
<field xsi : type =" ObjectInputField" name =" updated_at" type =" SortEnum" />
375
377
<field xsi : type =" ObjectInputField" name =" country_of_manufacture" type =" SortEnum" />
376
378
<field xsi : type =" ObjectInputField" name =" custom_layout" type =" SortEnum" />
379
+ <field xsi : type =" ObjectInputField" name =" gift_message_available" type =" SortEnum" />
377
380
</type >
378
381
<type xsi : type =" OutputType" name =" Products" >
379
382
<field xsi : type =" ObjectArrayOutputField" name =" items" itemType =" ProductInterface" />
Original file line number Diff line number Diff line change 145
145
"magento/module-configurable-product-graph-ql" : " 100.0.0-dev" ,
146
146
"magento/module-customer-graph-ql" : " 100.0.0-dev" ,
147
147
"magento/module-eav-graph-ql" : " 100.0.0-dev" ,
148
- "magento/module-gift-message-graph-ql" : " 100.0.0-dev" ,
149
148
"magento/module-swatches-graph-ql" : " 100.0.0-dev" ,
150
149
"magento/module-tax-graph-ql" : " 100.0.0-dev" ,
151
150
"magento/module-url-rewrite-graph-ql" : " 100.0.0-dev" ,
You can’t perform that action at this time.
0 commit comments