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
link_type: DownloadableFileTypeEnum@deprecated(reason: "`sample_url` serves to get the downloadable sample)
54
+
sample_type: DownloadableFileTypeEnum @deprecated(reason:"`sample_url`serves to get the downloadable sample")
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")
57
57
}
58
58
@@ -61,8 +61,8 @@ type DownloadableProductSamples @doc(description: "Defines characteristics of a
61
61
title: String @doc(description: "The display name of the sample.")
62
62
sort_order: Int @doc(description: "A number indicating the sort order.")
63
63
sample_url: String @doc(description: "The full URL to the downloadable sample.")
0 commit comments