Skip to content

Commit 28232a7

Browse files
author
Prabhu Ram
committed
Merge remote-tracking branch 'usik/compare-products' into compare-products
2 parents 2b144f9 + 270649c commit 28232a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/CompareListGraphQl/etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type CompareList {
2121
uid: ID! @doc(description: "The unique ID assigned to the compare list")
2222
items: [ComparableItem] @doc(description: "An array of products to compare")
2323
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")
2525
}
2626

2727
type Customer {
@@ -60,5 +60,5 @@ type DeleteCompareListOutput {
6060

6161
type AssignCompareListToCustomerOutput {
6262
result: Boolean!
63-
compare_list: CompareList
63+
compare_list: CompareList @doc(description: "The contents of the customer's compare list")
6464
}

0 commit comments

Comments
 (0)