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 7efedf0 commit 556e70cCopy full SHA for 556e70c
app/code/Magento/DownloadableGraphQl/etc/schema.graphqls
@@ -6,7 +6,7 @@ type Query {
6
}
7
8
type customerDownloadableProducts {
9
- items: [customerDownloadableProduct] @doc(description: "List of downloadable items")
+ items: [customerDownloadableProduct] @doc(description: "List of purchased downloadable items")
10
11
12
type customerDownloadableProduct {
0 commit comments