This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
lldap
Watch
1
Star
0
Fork
You've already forked lldap
0
mirror of
https://github.com/lldap/lldap.git
synced
2024-11-24 16:47:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
70bbe7f5ad
lldap
/
app
/
queries
/
get_group_list.graphql
8 lines
78 B
GraphQL
Raw
Normal View
History
Unescape
Escape
app: Add a way to manage a user's group memberships
2021-09-16 21:22:11 +00:00
query
GetGroupList
{
groups
{
id
displayName
frontend: Add UUID and creation date This exposes the new info in the GraphQL API, and adds it to the frontend.
2022-07-21 10:10:37 +00:00
creationDate
app: Add a way to manage a user's group memberships
2021-09-16 21:22:11 +00:00
}
}
Reference in a new issue
Copy permalink