Remove access_token from response

This commit is contained in:
Lakhan Samani
2022-01-09 18:02:16 +05:30
parent 047e867faa
commit 266b9e34b6
10 changed files with 10 additions and 69 deletions

View File

@@ -64,7 +64,6 @@ type Response {
type AdminLoginResponse {
message: String!
access_token: String!
}
type Config {