File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/DownloadableGraphQl/etc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ type DownloadableProductLinks @doc(description: "DownloadableProductLinks define
48
48
sort_order : Int @doc (description : " A number indicating the sort order" )
49
49
price : Float @doc (description : " The price of the downloadable product" )
50
50
sample_url : String @doc (description : " URL to the downloadable sample" )
51
- is_shareable : Boolean @deprecated (reason : " This information shoud not be exposed on frontend" )
52
- number_of_downloads : Int @deprecated (reason : " This information shoud not be exposed on frontend" )
51
+ is_shareable : Boolean @deprecated (reason : " This information should not be exposed on frontend" )
52
+ number_of_downloads : Int @deprecated (reason : " This information should not be exposed on frontend" )
53
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" )
You can’t perform that action at this time.
0 commit comments