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

[auth][graphql] getUsers resolver #4049

Closed
Tracked by #3433
axiomofjoy opened this issue Jul 27, 2024 · 0 comments · Fixed by #4219
Closed
Tracked by #3433

[auth][graphql] getUsers resolver #4049

axiomofjoy opened this issue Jul 27, 2024 · 0 comments · Fixed by #4219
Assignees
Labels
enhancement New feature or request

Comments

@axiomofjoy
Copy link
Contributor

axiomofjoy commented Jul 27, 2024

query users {
  {
    username
    email
    role
  }
}

Note this resolver should not return passwords. Only admins should be able to get user information (should use permission from #4050). Probably don't need pagination right away.

@dosubot dosubot bot added the enhancement New feature or request label Jul 27, 2024
@axiomofjoy axiomofjoy changed the title [auth][graphql] add getUsers resolver [auth][graphql] getUsers resolver Jul 27, 2024
@mikeldking mikeldking self-assigned this Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants