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
fix(query-graphql): Improve handling of offset and limit in pager strategies
- Added logic to remove `offset` when it equals zero to prevent unnecessary query parameters.
- Ensured consistent behavior for `limit` and `offset` when `enableFetchAllWithNegative` is true.
0 commit comments