feat: add admin logout

This commit is contained in:
Lakhan Samani
2021-12-31 23:06:06 +05:30
parent 192070c18e
commit 152ab6dfd5
7 changed files with 111 additions and 1 deletions

View File

@@ -233,6 +233,7 @@ type Mutation {
_delete_user(params: DeleteUserInput!): Response!
_update_user(params: UpdateUserInput!): User!
_admin_login(params: AdminLoginInput!): AdminLoginResponse!
_admin_logout: Response!
_update_config(params: UpdateConfigInput!): Response!
}