feat(sh-admin): introducing last active status to users table and individual user's page in dashboard (#4077)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Joel Jacob Stephen
2024-06-26 12:30:40 +05:30
committed by GitHub
parent 25fd35770a
commit b3e42bf7c3
6 changed files with 23 additions and 19 deletions

View File

@@ -7,6 +7,7 @@ query UserInfo($uid: ID!) {
isAdmin
photoURL
createdOn
lastActiveOn
}
}
}

View File

@@ -7,6 +7,7 @@ query UsersListV2($searchString: String, $skip: Int, $take: Int) {
isAdmin
photoURL
createdOn
lastActiveOn
}
}
}