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
links: [DownloadableProductLinks] @resolver(class: "Magento\\DownloadableGraphQl\\Resolver\\DownloadableCartItem\\Links") @doc(description: "An array containing information about the links for the added to cart downloadable product")
30
+
samples: [DownloadableProductSamples] @resolver(class: "Magento\\DownloadableGraphQl\\Resolver\\DownloadableCartItem\\Samples") @doc(description: "DownloadableProductSamples defines characteristics of a downloadable product")
31
+
}
32
+
4
33
typeDownloadableProductimplementsProductInterface, CustomizableProductInterface@doc(description: "DownloadableProduct defines a product that the customer downloads") {
5
34
downloadable_product_samples: [DownloadableProductSamples] @resolver(class: "Magento\\DownloadableGraphQl\\Resolver\\Product\\Samples") @doc(description: "An array containing information about samples of this downloadable product.")
6
35
downloadable_product_links: [DownloadableProductLinks] @resolver(class: "Magento\\DownloadableGraphQl\\Resolver\\Product\\Links") @doc(description: "An array containing information about the links for this downloadable product")
@@ -33,4 +62,4 @@ type DownloadableProductSamples @doc(description: "DownloadableProductSamples de
33
62
sample_url: String@doc(description: "URL to the downloadable sample")
34
63
sample_type: DownloadableFileTypeEnum@deprecated(reason: "`sample_url` serves to get the downloadable sample")
35
64
sample_file: String@deprecated(reason: "`sample_url` serves to get the downloadable sample")
0 commit comments