Skip to content

Commit 4a5b330

Browse files
author
Vitaliy Boyko
committed
graphQl-198: fixed description
1 parent 3a88a35 commit 4a5b330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type ProductPrices @doc(description: "The ProductPrices object contains the regu
5050
type ProductLinks implements ProductLinksInterface @doc(description: "ProductLinks is an implementation of ProductLinksInterface.") {
5151
}
5252

53-
interface ProductLinksInterface @typeResolver(class: "Magento\\CatalogGraphQl\\Model\\ProductLinkTypeResolverComposite") @doc(description:"Related contains information about linked products, including the link type and product type of each item.") {
53+
interface ProductLinksInterface @typeResolver(class: "Magento\\CatalogGraphQl\\Model\\ProductLinkTypeResolverComposite") @doc(description:"ProductLinks contains information about linked products, including the link type and product type of each item.") {
5454
sku: String @doc(description: "The identifier of the linked product")
5555
link_type: String @doc(description: "One of related, associated, upsell, or crosssell")
5656
linked_product_sku: String @doc(description: "The SKU of the linked product")

0 commit comments

Comments
 (0)