Allow Admin to add a user – consider renaming addUser
mutation to register
#4
Labels
enhancement
New feature or request
addUser
mutation to register
#4
While it's true the
addUser
mutation does add a new user to the database, it seems like it should be an admin-only action but is actually the mutation used when a new user registers.Relatedly, there isn't an
addUser
admin function.addUser
should beregister
orsignup
and there should be a newaddUser
mutation allowing admins to add new users.The text was updated successfully, but these errors were encountered: