Add hasElopage for each user to the graphql query searchUsers.

This commit is contained in:
ogerly 2022-02-07 10:40:15 +01:00 committed by elweyn
parent 4dc4f30097
commit c66e459572

View File

@ -16,6 +16,7 @@ export const searchUsers = gql`
email
creation
emailChecked
hasElopage
}
}
}