SearchEntityGroup (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| entityType - SearchEntityType! | |
| hits - [SearchEntity!]! | 
type SearchEntityGroup {
  entityType: SearchEntityType!
  hits: [SearchEntity!]!
}
No description
| Name | Description | 
|---|---|
| entityType - SearchEntityType! | |
| hits - [SearchEntity!]! | 
type SearchEntityGroup {
  entityType: SearchEntityType!
  hits: [SearchEntity!]!
}