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
9e038f5218
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 New Issue
Copy Permalink