You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: