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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ type DownloadableProductLinks @doc(description: "Defines characteristics of a do
50
50
sample_url: String@doc(description: "The full URL to the downloadable sample.")
51
51
is_shareable: Boolean@deprecated(reason: "This information should not be exposed on frontend.")
52
52
number_of_downloads: Int@deprecated(reason: "This information should not be exposed on frontend.")
53
-
link_type: DownloadableFileTypeEnum@deprecated(reason: "`sample_url` serves to get the downloadable sample)
53
+
link_type: DownloadableFileTypeEnum@deprecated(reason: "`sample_url` serves to get the downloadable sample")
54
54
sample_type: DownloadableFileTypeEnum@deprecated(reason: "`sample_url` serves to get the downloadable sample")
55
55
sample_file: String@deprecated(reason: "`sample_url` serves to get the downloadable sample")
56
56
uid: ID!@doc(description: "The unique ID for a `DownloadableProductLinks` object.") @resolver(class: "Magento\\DownloadableGraphQl\\Resolver\\Product\\DownloadableLinksValueUid")
0 commit comments