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('The value specified in the currentPage attribute is greater than the number of pages available (%s).', $maxPages));
59
+
thrownew \GraphQL\Error\Error(
60
+
sprintf(
61
+
'The value specified in the currentPage attribute is greater than the number'
0 commit comments