Jonathan Kim
Jonathan Kim
Unfortunately I no longer have the time to spend on this project so I'm not going to be able to resolve this issue. If anyone would like to get involved...
This is a very good point @alexanderqchen , thanks for raising.
@igo I'm assuming you're using graphene-django here? Have you tried the `CAMELCASE_ERRORS` setting? https://docs.graphene-python.org/projects/django/en/latest/settings/#camelcase-errors
Not sure this is a good idea because it feels like too much magic to me. What if you want to have an argument with a trailing underscore? I think...
Being able to enable/disable would definitely be better but I worry that it’s something that could cause some confusion when someone comes across it for the first time since it’s...
It feels like it should be possible to solve this in strawberry-Django. @la4de is there a way to find the strawberry type from a Django model?
@patrick91 no, I was thinking that you could implement some logic in the strawberry-django resolver to look up the right StrawberryType from the Django instance. Something like this: ```python class...
Looks like this issue is solved. Closing.
Is this still an issue?
Is this still an issue?