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:
committed by
GitHub
parent
25fd35770a
commit
b3e42bf7c3
@@ -7,6 +7,7 @@ query UserInfo($uid: ID!) {
|
||||
isAdmin
|
||||
photoURL
|
||||
createdOn
|
||||
lastActiveOn
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@ query UsersListV2($searchString: String, $skip: Int, $take: Int) {
|
||||
isAdmin
|
||||
photoURL
|
||||
createdOn
|
||||
lastActiveOn
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user