CompanyData
type CompanyData {
include: [Company!]
exclude: [Company!]
watchlists: [Watchlist!]
}
Fields
CompanyData.include
● [Company!]
list object
Only documents related to the given companies that has been included in the search results. @exposed(scopes: ['enterprise-only'])
CompanyData.exclude
● [Company!]
list object
Only documents related to the given companies that has been excluded from the search results. @exposed(scopes: ['enterprise-only'])
CompanyData.watchlists
● [Watchlist!]
list object
List of watchlist ids @exposed(scopes: ['enterprise-only'])
Member of
SavedSearchFilters
object