Initial end to end testing. generates unique names for user and groups, and all tests run serially
6 lines
86 B
GraphQL
6 lines
86 B
GraphQL
mutation DeleteUserQuery($user: String!) {
|
|
deleteUser(userId: $user) {
|
|
ok
|
|
}
|
|
}
|