We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99515d commit 058a0beCopy full SHA for 058a0be
app/code/Magento/CompareListGraphQl/etc/schema.graphqls
@@ -21,7 +21,7 @@ type CompareList {
21
uid: ID! @doc(description: "The unique ID assigned to the compare list")
22
items: [ComparableItem] @doc(description: "An array of products to compare")
23
attributes: [ComparableAttribute] @doc(description: "An array of attributes that can be used for comparing products")
24
- item_count: Int!
+ item_count: Int! @doc(description: "The number of items in the compare list")
25
}
26
27
type Customer {
0 commit comments