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
|
|
}
|
|
}
|
|
}
|