-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
NoMongo: Inconsistencies in graphql schema #2852
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
I have identified the incosistencies. I can start working on it , but i had few doubts.
|
|
@Nikhilh26 you're meant to fix the graphql schema on the client side to match them with what's implemented on the api side. The inconsistency is on talawa-admin, so fix that. There is no need for an organization id on a user sign up because the users are a global entity like organizations and don't have to be tied to any organization for them to sign up. Once they've signed up they can choose the organization they want to join. |
@xoldd Thanks for the reminder. Closing. |
@Nikhilh26 Confirmed password is technically a UX only thing. Removed it in this pull request: #2858 |
Yes. The organizations a user is an administrator member of is inferred from their identity when they sign in or sign up. If they aren't an administrator member of any organization, they shouldn't see any organizations to manage on talawa admin. |
So we will have to remove it from the api ql right? |
Hey can we maybe connect on slack? |
Describe the bug
After setting up talawa-admin and talawa-api there alot of inconsistencies in graphql schema in the frontend and the backend schema
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We should be able to signup
Actual behavior
Errors are thrown which depict inconsistency in the schema
Screenshots
If applicable, add screenshots to help explain your problem.
Additional details
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: