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
Hey, Can you please elaborate what do you mean by current cursor record here?
Do you mean to pass a cursor array to check which all cursors are present in the result edges?
It would be nice to have the option to specify whether the current cursor record is included in the returned edges list.
Either by:
includeCurrent
/includeCursor
boolean property in the query.beforeAndIncluding
/afterAndIncluding
cursor lookups.It might be as simple to implement as changing
Op.gt
toOp.gte
whenincludeCursor
is set?The text was updated successfully, but these errors were encountered: