server: map email and display_name from attributes into user fields

This commit is contained in:
Valentin Tolmer
2024-08-27 23:57:52 +02:00
committed by nitnelave
parent b1384818d2
commit 6cf0f6df06
5 changed files with 66 additions and 23 deletions

2
schema.graphql generated
View File

@@ -63,7 +63,7 @@ type Query {
"The details required to create a user."
input CreateUserInput {
id: String!
email: String!
email: String
displayName: String
firstName: String
lastName: String