Skip to content

Commit 650dbba

Browse files
author
Eric Bohanon
committed
MAGETWO-85687: Remove invalid comments from test schema
1 parent 7cdce40 commit 650dbba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/GraphQl/Test/Unit/Model/Config/_files/graphql_simple_configurable.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<argument xsi:type="ObjectArgument" name="sort" type="ProductSortInput"/>
1414
</field>
1515
</type>
16-
<!-- we need a way to grab currencies enum dynamically -->
1716
<type xsi:type="Enum" name="CurrencyEnum">
1817
<item name="usd">USD</item>
1918
<item name="eur">EUR</item>
@@ -119,7 +118,6 @@
119118
<field xsi:type="ScalarOutputField" name="small_image" type="String"/>
120119
<field xsi:type="ScalarOutputField" name="thumbnail" type="String"/>
121120
<field xsi:type="ScalarOutputField" name="color" type="Int"/>
122-
<!-- TODO: correct name NEW FROM DATE -->
123121
<field xsi:type="ScalarOutputField" name="news_from_date" type="String"/>
124122
<field xsi:type="ScalarOutputField" name="news_to_date" type="String"/>
125123
<field xsi:type="ScalarOutputField" name="tier_price" type="Float"/>

0 commit comments

Comments
 (0)