You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/code/Magento/DownloadableGraphQl/etc/schema.graphqls
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
# See COPYING.txt for license details.
3
3
4
4
typeQuery {
5
-
customerDownloadableProducts: customerDownloadableProducts@resolver(class: "Magento\\DownloadableGraphQl\\Model\\Resolver\\CustomerDownloadableProducts") @doc(description: "The query returns the contents of a customer's downloadable products")
5
+
customerDownloadableProducts: CustomerDownloadableProducts@resolver(class: "Magento\\DownloadableGraphQl\\Model\\Resolver\\CustomerDownloadableProducts") @doc(description: "The query returns the contents of a customer's downloadable products")
6
6
}
7
7
8
-
typecustomerDownloadableProducts {
9
-
items: [customerDownloadableProduct] @doc(description: "List of purchased downloadable items")
8
+
typeCustomerDownloadableProducts {
9
+
items: [CustomerDownloadableProduct] @doc(description: "List of purchased downloadable items")
0 commit comments