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 058a0be commit 9640f32Copy full SHA for 9640f32
app/code/Magento/CompareListGraphQl/etc/schema.graphqls
@@ -60,5 +60,5 @@ type DeleteCompareListOutput {
60
61
type AssignCompareListToCustomerOutput {
62
result: Boolean!
63
- compare_list: CompareList
+ compare_list: CompareList @doc(description: "The contents of the customer's compare list")
64
}
0 commit comments