mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 05:20:33 +00:00
Initial end to end testing. generates unique names for user and groups, and all tests run serially
10 lines
86 B
GraphQL
10 lines
86 B
GraphQL
query ListGroups {
|
|
groups {
|
|
id
|
|
displayName
|
|
users {
|
|
id
|
|
}
|
|
}
|
|
}
|