mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
add schema to user details query
This commit is contained in:
@@ -13,4 +13,14 @@ query GetUserDetails($id: String!) {
|
|||||||
displayName
|
displayName
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
schema {
|
||||||
|
user_attrubutes {
|
||||||
|
attributes {
|
||||||
|
name
|
||||||
|
attributeType
|
||||||
|
isEditable
|
||||||
|
isHardcoded
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user