mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
api: add the rest of the fields to User
This commit is contained in:
committed by
nitnelave
parent
a1f40a32a5
commit
848cc86d73
@@ -26,9 +26,16 @@ type Query {
|
||||
users(filters: RequestFilter): [User!]!
|
||||
}
|
||||
|
||||
"NaiveDateTime"
|
||||
scalar NaiveDateTime
|
||||
|
||||
type User {
|
||||
id: String!
|
||||
email: String!
|
||||
displayName: String
|
||||
firstName: String
|
||||
lastName: String
|
||||
creationDate: NaiveDateTime!
|
||||
"The groups to which this user belongs."
|
||||
groups: [Group!]!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user