CompanyTopicsData
type CompanyTopicsData {
count: Int!
topics: [CompanyTopicV2!]
}
Fields
CompanyTopicsData.count
● Int!
non-null scalar
This gives total count of company topics of a given company. @exposed
CompanyTopicsData.topics
● [CompanyTopicV2!]
list object
This gives list of company topics of a given company. @exposed
Member of
Company
object