Skip to content

Commit 556e70c

Browse files
committed
Description adjustment
1 parent 7efedf0 commit 556e70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type Query {
66
}
77

88
type customerDownloadableProducts {
9-
items: [customerDownloadableProduct] @doc(description: "List of downloadable items")
9+
items: [customerDownloadableProduct] @doc(description: "List of purchased downloadable items")
1010
}
1111

1212
type customerDownloadableProduct {

0 commit comments

Comments
 (0)