Skip to content

Commit 5f05572

Browse files
author
Daniël van der Linden
committed
SearchResultPageInfo.total_pages description improvement
1 parent 651ee47 commit 5f05572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ input FilterTypeInput @doc(description: "FilterTypeInput specifies which action
2929
type SearchResultPageInfo @doc(description: "SearchResultPageInfo provides navigation for the query response") {
3030
page_size: Int @doc(description: "Specifies the maximum number of items to return")
3131
current_page: Int @doc(description: "Specifies which page of results to return")
32-
total_pages: Int @doc(description: "Total amount of pages")
32+
total_pages: Int @doc(description: "Total pages")
3333
}
3434

3535
enum SortEnum @doc(description: "This enumeration indicates whether to return results in ascending or descending order") {

0 commit comments

Comments
 (0)