This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lldap
Watch
1
Star
0
Fork
0
You've already forked lldap
mirror of
https://github.com/nitnelave/lldap.git
synced
2023-04-12 14:25:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e92947fc3b
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 New Issue
Copy Permalink