From c66e45957215894a1499bfebb45be9ca67589a62 Mon Sep 17 00:00:00 2001 From: ogerly Date: Mon, 7 Feb 2022 10:40:15 +0100 Subject: [PATCH] Add hasElopage for each user to the graphql query searchUsers. --- admin/src/graphql/searchUsers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/src/graphql/searchUsers.js b/admin/src/graphql/searchUsers.js index 2bd6d2004..68b6efc82 100644 --- a/admin/src/graphql/searchUsers.js +++ b/admin/src/graphql/searchUsers.js @@ -16,6 +16,7 @@ export const searchUsers = gql` email creation emailChecked + hasElopage } } }