user list for moderation of pending users - #877

This commit is contained in:
Laurent GAY
2025-09-13 19:57:53 +02:00
parent 23cd7333c4
commit 726a5e1d78
8 changed files with 252 additions and 8 deletions

View File

@@ -271,6 +271,7 @@ export const LIST_USERS = gql`
query ListUsers(
$email: String
$currentSignInIp: String
$pendingUser: Boolean
$page: Int
$limit: Int
$sort: SortableUserField
@@ -279,6 +280,7 @@ export const LIST_USERS = gql`
users(
email: $email
currentSignInIp: $currentSignInIp
pendingUser: $pendingUser
page: $page
limit: $limit
sort: $sort