payload
payload copied to clipboard
feat: expose `pagination: false` to REST / GraphQL
Exposes pagination: false
to REST / GraphQL to improve performance on large collections by avoiding count query.
This will also be nice for our SDK https://github.com/payloadcms/payload/pull/9463 to have the same properties.