mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
graphql: Add a method to list groups
This commit is contained in:
committed by
nitnelave
parent
e4d6b122c5
commit
480f48f820
@@ -7,7 +7,7 @@ query GetUserDetails($id: String!) {
|
||||
lastName
|
||||
creationDate
|
||||
groups {
|
||||
id
|
||||
displayName
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -219,7 +219,7 @@ impl Component for UserDetails {
|
||||
html! {
|
||||
<tr>
|
||||
<td><button>{"-"}</button></td>
|
||||
<td>{&group.id}</td>
|
||||
<td>{&group.display_name}</td>
|
||||
</tr>
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user