issues
search
lrstanley
/
entrest
Extension that generates a compliant OpenAPI spec and server implementation
https://lrstanley.github.io/entrest/
MIT License
11
stars
2
forks
source link
feat: support a globally enforced limit on the number of eager-loaded results
#48
Closed
lrstanley
closed
3 months ago
lrstanley
commented
3 months ago
global configuration with a default limit. maybe 1000 or 5000.
support 0 to disable it completely.
make it configurable on each edge?
use the same configuration for non-paginated schema endpoints (i.e. support on schema & edge)?