feat: add admin session api

This commit is contained in:
Lakhan Samani
2021-12-31 14:28:00 +05:30
parent e35d0cbcd6
commit 217410e9a4
10 changed files with 84 additions and 110 deletions

View File

@@ -65,7 +65,6 @@ type Response {
type AdminLoginResponse {
message: String!
access_token: String!
expires_at: Int64!
}
input AdminLoginInput {