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
When doing connectionFromArraySlice and the args are only first and after this line will always be false since $after is null, even tho, there are previous pages.
When doing
connectionFromArraySlice
and the args are onlyfirst
andafter
this line will always be false since$after
is null, even tho, there are previous pages.graphql-relay-php/src/Connection/ArrayConnection.php
Line 137 in 7055fd4
see: forward pagination on relay
also probably the same when doing a backwards pagination.
So am I doing something wrong here?
The text was updated successfully, but these errors were encountered: