mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
app: migrate user_details to graphql endpoint
This commit is contained in:
committed by
nitnelave
parent
267ce51973
commit
dd7e9c9283
@@ -0,0 +1,10 @@
|
||||
query GetUserDetails($id: String) {
|
||||
user(id: $id) {
|
||||
id
|
||||
email
|
||||
displayName
|
||||
firstName
|
||||
lastName
|
||||
creationDate
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user