limit and offset
This is primarily used for pagination
Using those additional parameters we need to adjust our where
conditions
The adjustments are already introduced here.
Note:
Usage:
Just add the limit
and offset
in the root object
Last updated