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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hmm that isn't very good! We shouldn't be overriding in built class methods. I'm going to mark this as a bug but I don't have much time to work on it at the moment.
I was trying to
json.dumps
with all inputs and some inputs hadTypeError
when they have a field named "items" like below.when I try to
json.dumps
with this input, the error looks likefound that
setattr
inInputObjectType
class overrides field's attritems
which conflicts with the attributeitems
ofList
.This is naming conflict, so I just solved it like below
wonder if there is any good fix from graphene like this issue
please let me know if you need more info or examples :)
The text was updated successfully, but these errors were encountered: