Skip to main content
Version: Beta

trendingCompanyTopics

description
⚠️ DEPRECATED

Use Company.quarterlyTrendingTopics

List of topics of a watchlist/industry with default sorted by TREND_SCORE. Topic represents key phrase in the transcript documents of a company.

trendingCompanyTopics(
id: Int!
category: CompanyTopicsCategory!
offset: Int
limit: Int
sortField: TrendingCompanyTopicsSortBy
sortDirection: SortOrder
): [TrendingCompanyTopic!] @deprecated

Arguments

trendingCompanyTopics.id ● Int! non-null scalar graph-ql-types

Unique identifier of the category For Example, if the category is WATCHLIST then it's a watchlist id (if the category is INDUSTRY then its an industry id).

trendingCompanyTopics.category ● CompanyTopicsCategory! non-null enum graph-ql-types

Category for trending topics.

trendingCompanyTopics.offset ● Int scalar graph-ql-types

Pagination parameter to specify number of topics to skip (default value : 0)

trendingCompanyTopics.limit ● Int scalar graph-ql-types

Pagination parameter to limit the number of topics to return (default value : 5)

trendingCompanyTopics.sortField ● TrendingCompanyTopicsSortBy enum graph-ql-types

Parameter to sort the topics (default value : TREND_SCORE)

trendingCompanyTopics.sortDirection ● SortOrder enum graph-ql-types

Parameter to order the topics (default value : DESC)

Type

TrendingCompanyTopic object graph-ql-types

Topic details of all companies on a watchlist/industry. Topic represents key phrase in the transcript documents of a company.

Loading...