Skip to content

Commit 081b5a2

Browse files
committed
MAGETWO-85687: Declarative Schema
- fix module sequence
1 parent 73ef3a3 commit 081b5a2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

app/code/Magento/CatalogGraphQl/etc/graphql.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@
294294
<field xsi:type="ObjectArrayOutputField" name="media_gallery_entries" itemType="MediaGalleryEntry"/>
295295
<field xsi:type="ObjectArrayOutputField" name="tier_prices" itemType="ProductTierPrices"/>
296296
<field xsi:type="ObjectOutputField" name="price" type="ProductPrices"/>
297+
<field xsi:type="ScalarOutputField" name="gift_message_available" type="String"/>
297298
</type>
298299
<type xsi:type="OutputType" name="SimpleProduct">
299300
<implements interface="ProductInterface" copyFields="true"/>
@@ -335,6 +336,7 @@
335336
<field xsi:type="ObjectInputField" name="updated_at" type="FilterTypeInput"/>
336337
<field xsi:type="ObjectInputField" name="country_of_manufacture" type="FilterTypeInput"/>
337338
<field xsi:type="ObjectInputField" name="custom_layout" type="FilterTypeInput"/>
339+
<field xsi:type="ObjectInputField" name="gift_message_available" type="FilterTypeInput"/>
338340
<field xsi:type="ObjectInputField" name="or" type="ProductFilterInput"/>
339341
</type>
340342
<type xsi:type="InputType" name="ProductSortInput">
@@ -374,6 +376,7 @@
374376
<field xsi:type="ObjectInputField" name="updated_at" type="SortEnum"/>
375377
<field xsi:type="ObjectInputField" name="country_of_manufacture" type="SortEnum"/>
376378
<field xsi:type="ObjectInputField" name="custom_layout" type="SortEnum"/>
379+
<field xsi:type="ObjectInputField" name="gift_message_available" type="SortEnum"/>
377380
</type>
378381
<type xsi:type="OutputType" name="Products">
379382
<field xsi:type="ObjectArrayOutputField" name="items" itemType="ProductInterface"/>

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
"magento/module-configurable-product-graph-ql": "100.0.0-dev",
146146
"magento/module-customer-graph-ql": "100.0.0-dev",
147147
"magento/module-eav-graph-ql": "100.0.0-dev",
148-
"magento/module-gift-message-graph-ql": "100.0.0-dev",
149148
"magento/module-swatches-graph-ql": "100.0.0-dev",
150149
"magento/module-tax-graph-ql": "100.0.0-dev",
151150
"magento/module-url-rewrite-graph-ql": "100.0.0-dev",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)