[frontend] Fix creators in nested object (#9386)

This commit is contained in:
Florian DeLemarre
2025-07-09 16:28:08 +02:00
committed by GitHub
parent 5e79c48225
commit 84e82e9570

View File

@@ -49,9 +49,10 @@ const stixCyberObservableNestedEntitiesLineFragment = graphql`
relationship_type
start_time
stop_time
creators {
id
name
createdBy {
... on Identity {
name
}
}
from {
... on BasicObject {