Skip to content

Commit

Permalink
[Security Solution] Cleanup IP Details graphql (#78318)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Sep 24, 2020
1 parent eebb6af commit 22a9506
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 22a9506

Please sign in to comment.