You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the motivation / use case for changing the behavior?
Being able to convert objects/properties back and forth between server and client.
Also useful for introspecting and debugging use cases.
In my particular case, I receive an object on my server that the client got from the api and I want to associate it with the source which I now need an extra mapping for since the conversion is one-directional.
Please tell us about your environment:
Version: graphene-django 2.10.0
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow)
Being able to convert objects/properties back and forth between server and client.
Also useful for introspecting and debugging use cases.
In my particular case, I receive an object on my server that the client got from the api and I want to associate it with the source which I now need an extra mapping for since the conversion is one-directional.
Version: graphene-django 2.10.0
This is where in graphene it is happening: #1204
My current workaround is to add an underscore in case of trailing numbers:
I have 2 solution suggestions:
_1
).The text was updated successfully, but these errors were encountered: