mirror of
https://github.com/OpenCTI-Platform/opencti.git
synced 2025-12-22 08:17:08 +00:00
[frontend] Fix creators in nested object (#9386)
This commit is contained in:
committed by
GitHub
parent
5e79c48225
commit
84e82e9570
@@ -49,9 +49,10 @@ const stixCyberObservableNestedEntitiesLineFragment = graphql`
|
||||
relationship_type
|
||||
start_time
|
||||
stop_time
|
||||
creators {
|
||||
id
|
||||
name
|
||||
createdBy {
|
||||
... on Identity {
|
||||
name
|
||||
}
|
||||
}
|
||||
from {
|
||||
... on BasicObject {
|
||||
|
||||
Reference in New Issue
Block a user