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
links: [DownloadableProductLinks] @resolver(class: "Magento\\DownloadableGraphQl\\Resolver\\DownloadableCartItem\\Links") @doc(description: "An array containing information about the links for the added to cart downloadable product")
30
30
samples: [DownloadableProductSamples] @resolver(class: "Magento\\DownloadableGraphQl\\Resolver\\DownloadableCartItem\\Samples") @doc(description: "DownloadableProductSamples defines characteristics of a downloadable product")
description: String@doc(description: "The description of the item")
41
41
added_at: String!@doc(description: "The date and time the item was added to the wish list")
42
42
product: ProductInterface@doc(description: "Product details of the wish list item") @resolver(class: "\\Magento\\WishlistGraphQl\\Model\\Resolver\\ProductResolver")
43
-
customizable_options: [SelectedCustomizableOption] @doc(description: "Custom options selected for the wish list item")
43
+
customizable_options: [SelectedCustomizableOption]!@doc(description: "Custom options selected for the wish list item")
0 commit comments