lrstanley / entrest

Extension that generates a compliant OpenAPI spec and server implementation
https://lrstanley.github.io/entrest/
MIT License
11 stars 1 forks source link

feat: edge endpoints which are also eager-loaded should not be paginated by default #30

Closed lrstanley closed 4 months ago

lrstanley commented 4 months ago

Theoretically, if something is small enough to be ok to eager-load, it shouldn't need pagination by default. If we find that an edge was eager-loaded, and we're creating a dedicated endpoint for that edge operation, make it return the full data? What about filtering?