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] deleteUsers resolver #4039

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

[auth][graphql] deleteUsers resolver #4039

axiomofjoy opened this issue Jul 27, 2024 · 0 comments · Fixed by #4537
Assignees
Labels
c/server Server implementation

Comments

@axiomofjoy
Copy link
Contributor

axiomofjoy commented Jul 27, 2024

mutation {
  deleteUsers(userIds: [GlobalID!]!) {
    users: {
      id
    }
  }
}

Only admins should be able to delete users.

@dosubot dosubot bot added the c/server Server implementation label Jul 27, 2024
@axiomofjoy axiomofjoy changed the title [auth][graphql] deleteUser resolver [auth][graphql] deleteUser resolver Jul 27, 2024
@axiomofjoy axiomofjoy changed the title [auth][graphql] deleteUser resolver [auth][graphql] deleteUsers resolver Jul 27, 2024
@axiomofjoy axiomofjoy self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/server Server implementation
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants