I need to limit ability to send certain fields of input for change based on user permissions
Strawberry already provide similar functionality for limiting which fields to display to user based on users permissions, I need the same functionality for input, so I can limit which fields user can edit. I considered writing separate input for each field, but it would be very clunky and would create a lot of unnecessary requests to db, so it would be great if such functionality would be implemented in strawberry just like with strawberry.type fields.
Example of how I imagine this:
@strawberry.input
class SomeModel:
login: str = strawberry.field(permission_classes=[Permission])
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too