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
I noticed we have hasPreviousPage and startCursor in PageInfo, but in CursorInput, we only have limit.
In the implementation, we only call first() on SeaORM's cursor.
I was thinking, may be we also need a last bool on CursorInput?
That way we can make use of startCursor to go backwards.
The text was updated successfully, but these errors were encountered:
I noticed we have
hasPreviousPage
andstartCursor
inPageInfo
, but inCursorInput
, we only havelimit
.In the implementation, we only call
first()
on SeaORM's cursor.I was thinking, may be we also need a
last
bool onCursorInput
?That way we can make use of
startCursor
to go backwards.The text was updated successfully, but these errors were encountered: