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
if ($searchCriteria->getCurrentPage() > $maxPages && $itemsResults->getTotalCount() > 0) {
59
-
thrownew \GraphQL\Error\Error(sprintf('Current page is bigger than maximum %s', $maxPages));
59
+
thrownew \GraphQL\Error\Error(sprintf('The value specified in the currentPage attribute is greater than the number of pages available (%s).', $maxPages));
0 commit comments