Closed
Description
So that model fields aren't accidentally exposed through DjangoObjectType I propose that we start warning if either fields
or exclude
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.