Add moderation text in user - #877

This commit is contained in:
Laurent GAY
2025-09-11 13:57:24 +02:00
parent 004b586cfe
commit 45378f0e40
8 changed files with 188 additions and 35 deletions

View File

@@ -1263,6 +1263,9 @@ type RootMutationType {
"The new user's password"
password: String!
"The new user's moderation text"
moderation: String!
"The new user's locale"
locale: String
): User