-
-
Notifications
You must be signed in to change notification settings - Fork 543
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
field level relay results limit #3536
Comments
I like the approach using @Eraldo happy to review any PR on this if you have the time to push something 😊 |
I also think we should have this for defaults in relay |
Me too! Makes sense in my head. I would maybe just call it
+1
We already have the schema config one, I think the only one missing here is the per-field one. |
+1 |
All seems to take place here: We can add a parameter to the field and get it here if it's set. |
Feature Request Type
Description
Current:
The maximum of returned results for a relay connection defaults to 100 and can be changed by a schema wide setting:
strawberry/strawberry/schema/config.py
Line 14 in b7f2881
Example:
Improvement:
The maximum results returned can be overwritten on a per field level via a field setting.
Example:
Upvote & Fund
The text was updated successfully, but these errors were encountered: