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
Description
Using GraphQL in laravel with simple pagination, generates docs for querying the field hasNextPage, but when you query it you get an error, since the laravel paginator implementation does not support it.