mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
server,app: migrate to sea-orm
This commit is contained in:
committed by
nitnelave
parent
a3a27f0049
commit
e89b1538af
+1
-1
@@ -69,7 +69,7 @@ type User {
|
||||
displayName: String!
|
||||
firstName: String!
|
||||
lastName: String!
|
||||
avatar: String!
|
||||
avatar: String
|
||||
creationDate: DateTimeUtc!
|
||||
uuid: String!
|
||||
"The groups to which this user belongs."
|
||||
|
||||
Reference in New Issue
Block a user