Skip to content

Commit 058a0be

Browse files
Usik2203keharper
andauthored
Update app/code/Magento/CompareListGraphQl/etc/schema.graphqls
Co-authored-by: Kevin Harper <[email protected]>
1 parent a99515d commit 058a0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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 {

0 commit comments

Comments
 (0)