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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ type Products @doc(description: "The Products object is the top-level object ret
320
320
page_info: SearchResultPageInfo@doc(description: "An object that includes the page_info and currentPage values specified in the query.")
321
321
total_count: Int@doc(description: "The number of products that are marked as visible. By default, in complex products, parent products are visible, but their child products are not.")
sort_fields: SortFields@doc(description: "An object that includes the default sort field and all available sort fields.") @resolver(class: "Magento\\CatalogGraphQl\\Model\\Resolver\\Category\\SortFields")
0 commit comments