-
Notifications
You must be signed in to change notification settings - Fork 827
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
relay.NodeField does not propagate arguments to Field #1035
Comments
I am currently running into this issue passing |
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. |
I don't believe this issue to be stale. I am encountering the same problem today, and it would be great to see the related pull request merged. |
The current implementation of
NodeField
's constructor does not propagatename
,deprecation_reason
or**kwargs
to its parentField
constructor.This would be useful, for example, when the field has a name that is reserved in Python:
Is this expected behavior or is a fix needed?
Test code
The text was updated successfully, but these errors were encountered: