Is it possible to query without a limit if I e.g. want to return results in a uniform format but need to skip pagination sometimes and fetch everything?
You don't need to use this library if you need to list all data without limit. The limit is required to paginate data properly and determine the cursor.
Is it possible to query without a limit if I e.g. want to return results in a uniform format but need to skip pagination sometimes and fetch everything?