mirror of
https://github.com/lldap/lldap.git
synced 2026-06-10 13:28:24 +00:00
Initial end to end testing. generates unique names for user and groups, and all tests run serially
6 lines
56 B
GraphQL
6 lines
56 B
GraphQL
query ListUsers {
|
|
users(filters: null) {
|
|
id
|
|
}
|
|
}
|