Skip to content

Commit

Permalink
[Security Solution] Cleanup IP Details graphql (elastic#78318) (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored Sep 24, 2020
1 parent 19d16cf commit e581a75
Show file tree
Hide file tree
Showing 25 changed files with 94 additions and 2,781 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export interface NetworkUsersNode {

export interface NetworkUsersItem {
name?: Maybe<string>;
id?: Maybe<string[] | string>;
groupId?: Maybe<string[] | string>;
groupName?: Maybe<string[] | string>;
id?: Maybe<string[]>;
groupId?: Maybe<string[]>;
groupName?: Maybe<string[]>;
count?: Maybe<number>;
}

Expand Down
Loading

0 comments on commit e581a75

Please sign in to comment.