-
Notifications
You must be signed in to change notification settings - Fork 826
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
Name argument ignored in NodeField (Relay) #1083
Comments
Looks like a bug to me |
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. |
This is probably duplicate of #1035 but because it is still not released, it is issue for graphene v2.x |
This is indeed the same thing... I'm going to request to have it merged into the v2 branch as well as other librairies are still depending on the v2 |
Fixed in Graphene v3, for now, no further v2 port is planned |
Looking at the
node.py
implementation:the
name
argument is not passed to the super class.Which means that:
does not create a
myCustomTypeName
type, but uses the default name.Is there any reason for this?
The text was updated successfully, but these errors were encountered: