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
Describe the bug
A clear and concise description of what the bug is.
In the updateUserProfile mutation , when the args does not contain one of the updation fields in data obj (email , lastName or firstName) , it replaces the values with null . To Reproduce
Steps to reproduce the behavior:
Make a request to updateUserProfile Mutation with only one or two fields
Expected behavior
A clear and concise description of what you expected to happen.
The unspecified fields should not be replaced by null and instead remain with the values before the update request. Actual behavior
A clear and concise description of how the code performed w.r.t expectations.
Screenshots
If applicable, add screenshots to help explain your problem.
After Mutation
Additional details
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
In the updateUserProfile mutation , when the args does not contain one of the updation fields in data obj (email , lastName or firstName) , it replaces the values with null .
To Reproduce
Steps to reproduce the behavior:
Make a request to updateUserProfile Mutation with only one or two fields
Expected behavior
A clear and concise description of what you expected to happen.
The unspecified fields should not be replaced by null and instead remain with the values before the update request.
Actual behavior
A clear and concise description of how the code performed w.r.t expectations.
Screenshots
If applicable, add screenshots to help explain your problem.
After Mutation
Additional details
The text was updated successfully, but these errors were encountered: