File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/CompareListGraphQl/etc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ type CompareList {
21
21
uid : ID ! @doc (description : " The unique ID assigned to the compare list" )
22
22
items : [ComparableItem ] @doc (description : " An array of products to compare" )
23
23
attributes : [ComparableAttribute ] @doc (description : " An array of attributes that can be used for comparing products" )
24
- item_count : Int !
24
+ item_count : Int ! @doc ( description : " The number of items in the compare list " )
25
25
}
26
26
27
27
type Customer {
@@ -60,5 +60,5 @@ type DeleteCompareListOutput {
60
60
61
61
type AssignCompareListToCustomerOutput {
62
62
result : Boolean !
63
- compare_list : CompareList
63
+ compare_list : CompareList @doc ( description : " The contents of the customer's compare list " )
64
64
}
You can’t perform that action at this time.
0 commit comments