Update plugins/catalog-backend-module-gitlab/src/lib/client.ts
Co-authored-by: Jamie Klassen <jklassen@vmware.com> Signed-off-by: sbarrypoppulo <101636916+sbarrypoppulo@users.noreply.github.com>
This commit is contained in:
@@ -118,13 +118,13 @@ export class GitLabClient {
|
||||
groupMembers(first: 100, relations: [DESCENDANTS], after: $endCursor) {
|
||||
nodes {
|
||||
user {
|
||||
id
|
||||
username
|
||||
id
|
||||
username
|
||||
publicEmail
|
||||
name
|
||||
state
|
||||
webUrl
|
||||
avatarUrl
|
||||
avatarUrl
|
||||
}
|
||||
}
|
||||
pageInfo {
|
||||
|
||||
Reference in New Issue
Block a user