Skip to content

Commit

Permalink
[frontend] display creators in Intrusion set list (#9534)
Browse files Browse the repository at this point in the history
  • Loading branch information
Archidoit committed Jan 9, 2025
1 parent 343e8b6 commit d09f27d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ export const IntrusionSetCardFragment = graphql`
id
name
}
creators {
id
name
}
targetedCountries: stixCoreRelationships(
relationship_type: "targets"
toTypes: ["Country"]
Expand Down

0 comments on commit d09f27d

Please sign in to comment.