Skip to content

Commit

Permalink
Merge branch '2.10.x' into 2.11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
romainruaud committed Jul 4, 2023
1 parent 79d9dcc commit e2b0085
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Resources/tests/graphql/search/filter/query.gql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ query productSearch($inputText: String!, $categoryId: String) {
__typename
}
total_count
page_info {
current_page
page_size
total_pages
is_spellchecked
__typename
}
filters {
name
filter_items_count
Expand Down
7 changes: 7 additions & 0 deletions Resources/tests/graphql/search/query.gql
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ query productSearch($inputText: String!, $categoryId: String) {
__typename
}
total_count
page_info {
current_page
page_size
total_pages
is_spellchecked
__typename
}
filters {
name
filter_items_count
Expand Down

0 comments on commit e2b0085

Please sign in to comment.