-
Notifications
You must be signed in to change notification settings - Fork 105
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
V0.4 #31
base: master
Are you sure you want to change the base?
V0.4 #31
Conversation
…django-graphql-auth into refactor-fields-logic
Drop Exclude Fields support and use Fields
"email", | ||
"username", | ||
"last_login", | ||
"isStaff", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we looking for Django field names or Node field names here? The list is inconsistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are the fields we want to be available in the user node.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I mean, some of the fields have underscore and others are camel case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right, I didn't see that. Should be with underscore.
@PedroBern What is the plan for this PR? |
@ulgens I think we can close it. What do you think? |
No description provided.