django-graphql-auth icon indicating copy to clipboard operation
django-graphql-auth copied to clipboard

Should UserNode be swappable?

Open portedison opened this issue 3 years ago • 0 comments

Just like User model can be replaced and customised, can we do the same for UserNode? e.g. user = get_user_node(). This would be really useful for overriding the querysets / fields etc. But relay.py and mutations.py have a direct ref to UserNode, so if I override this, I then need to override those too?

portedison avatar Dec 12 '21 23:12 portedison