Skip to content
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

Bug Report:Support Fetching Multiple Users at a Time #3247

Open
khushipatil1523 opened this issue Feb 18, 2025 · 1 comment
Open

Bug Report:Support Fetching Multiple Users at a Time #3247

khushipatil1523 opened this issue Feb 18, 2025 · 1 comment
Assignees
Labels
bug Something isn't working feature request

Comments

@khushipatil1523
Copy link

Is your feature request related to a problem? Please describe.
Currently, the API only supports fetching a single user at a time. To improve efficiency and reduce multiple API calls, we need to modify the resolver to allow fetching multiple users simultaneously.

Proposed Solution
Update the GraphQL schema to accept an array of user IDs.
Modify the resolver to fetch multiple users in one query.
Optimize the database query to handle bulk requests.
Ensure the response format returns an array of user objects.

@khushipatil1523 khushipatil1523 added the bug Something isn't working label Feb 18, 2025
@khushipatil1523
Copy link
Author

can i work on this?

@github-actions github-actions bot added feature request unapproved Unapproved for Pull Request labels Feb 18, 2025
@varshith257 varshith257 removed the unapproved Unapproved for Pull Request label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature request
Projects
None yet
Development

No branches or pull requests

2 participants