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_details.graphql
13 lines
159 B
GraphQL
Raw
Normal View
History
Unescape
Escape
app: Implement group management Except group creation
2021-10-11 16:41:55 +00:00
query
GetGroupDetails
(
$id
:
Int
!
)
{
group
(
groupId
:
$id
)
{
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
uuid
app: Implement group management Except group creation
2021-10-11 16:41:55 +00:00
users
{
id
displayName
}
}
}
Reference in a new issue
Copy permalink