Skip to content

Commit 64088d1

Browse files
ENGCOM-6074: magento/graphql-ce#: Editorial. Fix DownloadableProductLinks, DownloadableProductSamples descriptions #1007
- Merge Pull Request magento/graphql-ce#1007 from magento/graphql-ce:editorial-DownloadableProductLinks - Merged commits: 1. 9dd8a1a
2 parents 4321600 + 9dd8a1a commit 64088d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/DownloadableGraphQl/etc/schema.graphqls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ enum DownloadableFileTypeEnum @deprecated(reason: "`sample_url` serves to get th
4343
}
4444

4545
type DownloadableProductLinks @doc(description: "DownloadableProductLinks defines characteristics of a downloadable product") {
46-
id: Int @deprecated(reason: "This information shoud not be exposed on frontend")
46+
id: Int @deprecated(reason: "This information should not be exposed on frontend")
4747
title: String @doc(description: "The display name of the link")
4848
sort_order: Int @doc(description: "A number indicating the sort order")
4949
price: Float @doc(description: "The price of the downloadable product")
@@ -56,7 +56,7 @@ type DownloadableProductLinks @doc(description: "DownloadableProductLinks define
5656
}
5757

5858
type DownloadableProductSamples @doc(description: "DownloadableProductSamples defines characteristics of a downloadable product") {
59-
id: Int @deprecated(reason: "This information shoud not be exposed on frontend")
59+
id: Int @deprecated(reason: "This information should not be exposed on frontend")
6060
title: String @doc(description: "The display name of the sample")
6161
sort_order: Int @doc(description: "A number indicating the sort order")
6262
sample_url: String @doc(description: "URL to the downloadable sample")

0 commit comments

Comments
 (0)