Skip to content

Commit

Permalink
[frontend] fix call to stixCoreRelationshipsDistribution (#6580)
Browse files Browse the repository at this point in the history
  • Loading branch information
labo-flg authored and Archidoit committed Jun 3, 2024
1 parent 1b6328e commit 57b7ab1
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,18 @@ const dashboardStixCoreRelationshipsDistributionQuery = graphql`
... on BasicRelationship {
entity_type
}
... on StixObject {
representative {
main
}
}
... on StixRelationship {
representative {
main
}
}
... on Country {
name
# nullable fields, so it will work even if the Country is Restricted
x_opencti_aliases
latitude
longitude
Expand Down

0 comments on commit 57b7ab1

Please sign in to comment.