Add get user api for admin

This commit is contained in:
Lakhan Samani
2023-01-05 20:16:41 +05:30
parent 4f810d2f8b
commit b2423140e2
7 changed files with 286 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ func TestResolvers(t *testing.T) {
webhookTest(t, s)
webhooksTest(t, s)
usersTest(t, s)
userTest(t, s)
deleteUserTest(t, s)
updateUserTest(t, s)
adminLoginTests(t, s)