We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651ee47 commit 5f05572Copy full SHA for 5f05572
app/code/Magento/GraphQl/etc/schema.graphqls
@@ -29,7 +29,7 @@ input FilterTypeInput @doc(description: "FilterTypeInput specifies which action
29
type SearchResultPageInfo @doc(description: "SearchResultPageInfo provides navigation for the query response") {
30
page_size: Int @doc(description: "Specifies the maximum number of items to return")
31
current_page: Int @doc(description: "Specifies which page of results to return")
32
- total_pages: Int @doc(description: "Total amount of pages")
+ total_pages: Int @doc(description: "Total pages")
33
}
34
35
enum SortEnum @doc(description: "This enumeration indicates whether to return results in ascending or descending order") {
0 commit comments