-
-
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: Organizations not fetching on User Login in develop-postgres #3251
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. |
@palisadoes @gautam-divyanshu please assign |
@palisadoes @gautam-divyanshu Progress till now Successfully added the OrganizationsConnection query. |
@gkbishnoi07 create a pr. |
@gautam-divyanshu I successfully fetched the organization but need to add one more query, organizationsMemberConnection, for join and visit. |
Description:
Currently, there is no functionality to fetch all organizations when logging in as a user on the develop-postgres branch. As a result, no organizations are displayed.
Relevant Issue:
This enhancement is required for issue PalisadoesFoundation/talawa-admin#3565 in the Talawa Admin repository.
screenshot
develop-postgres branch
there is no query (organizationConnection) to fetch organizations
develop branch
there is query (organizationConnection) which fetch organizations
Expected Outcome:
When logging in as a user on the develop-postgres branch, all associated organizations should be fetched and displayed.
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: