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
Copy file name to clipboardExpand all lines: app/code/Magento/CatalogGraphQl/etc/schema.graphqls
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -344,6 +344,7 @@ type CategoryProducts @doc(description: "Contains details about the products ass
344
344
inputProductAttributeFilterInput@doc(description: "Defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.") {
345
345
category_id: FilterEqualTypeInput@deprecated(reason: "Use `category_uid` instead.") @doc(description: "Deprecated: use `category_uid` to filter product by category ID.")
346
346
category_uid: FilterEqualTypeInput@doc(description: "Filter product by the unique ID for a `CategoryInterface` object.")
347
+
category_url_path: FilterEqualTypeInput@doc(description: "Filter product by category URL path.")
347
348
}
348
349
349
350
inputCategoryFilterInput@doc(description: "Defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.")
0 commit comments