Skip to main content
Version: Latest

CompanyTopicsData

type CompanyTopicsData {
count: Int!
topics: [CompanyTopicV2!]
}

Fields

CompanyTopicsData.count ● Int! non-null scalar graph-ql-types

This gives total count of company topics of a given company. @exposed

CompanyTopicsData.topics ● [CompanyTopicV2!] list object graph-ql-types

This gives list of company topics of a given company. @exposed

Member Of

Company object