-
Notifications
You must be signed in to change notification settings - Fork 769
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
Start warning if fields
or exclude
are not defined on DjangoObjectType
#710
Comments
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. |
@radekwlsk if you have the time that would be great! I don't think anyone is working on it at the moment. |
Great. I will start working on it tomorrow. You can assign me to the issue, @jkimbo . |
@jkimbo You can close this. |
Thanks @radekwlsk |
So that model fields aren't accidentally exposed through DjangoObjectType I propose that we start warning if either
fields
orexclude
aren't defined with the intention to error completely in the future. This would also align the API more with Django Rest Framework which hopefully makes it more familiar to most developers.The text was updated successfully, but these errors were encountered: