CompaniesConnection
edges: [CompanyEdge!]!
pageInfo: PageInfo!
totalCount: Int!
Company
Implements: NamedNode, Node
Fields
SPGlobalId: String
gicsCode: String
id: ID!
name: String!
CompanyEdge
cursor: Cursor!
node: Company!
CompanyResult
company: Company!
docCount: Int!
impact: Float!
Country
code: String!
name: String!
CustomerOrg
Implements: Node
Fields
id: ID!
name: String!
portfolios(kind: PortfolioKind): [Portfolio!]!
taxonomies(includeInactive: Boolean): [Taxonomy!]!
Document
author: String
companies: [DocumentCompany!]
country: Country
domain: String
harvestTime: DateTimeISO8601
id: String
impacts: [EntityTopicImpact!]
language: Language
postType: PostType
publisher: String
reach: Float
reposts: Int
score: Float
sentiment: Float
source: String
stakeholders: [DocumentStakeholder!]
title: String
topics: [DocumentTopic!]
url: String
views: Int
DocumentCompany
company: Company!
relevance: Float
significance: Int!
DocumentEdge
cursor: Cursor!
node: Document!
DocumentStakeholder
relevance: Float
significance: Int!
stakeholder: Stakeholder!
DocumentTopic
relevance: Float
significance: Int!
topic: Topic!
DocumentsConnection
docCount: Int!
edges: [DocumentEdge!]!
pageInfo: PageInfo!
Driver
Implements: Node
Fields
id: ID!
name: String!
topics: [Topic!]!
DriverBreakdownItem
docCount: Int!
docCountPercentage: Float!
driver: Driver!
impact: Float!
impactPercentage: Float!
portfolioBreakdown: [PortfolioBreakdownItem!]!
DriverImpactPeriodConnection
impactPeriod: ImpactPeriod
taxonomyDocCountPercentage: Float!
taxonomyImpactPercentage: Float!
taxonomyRatio: Float
Deprecated
EntityTopicImpact
entity: NamedNode!
score: Float!
topic: Topic!
Event
id: ID
HeadlineResult
documents: [HeadlineResultDocument!]!
domain: String
label: String
language: Language
maxScore: Float
restrictedDocCount: Int
HeadlineResultDocument
audienceSize: Int
domain: String
harvestTime: DateTimeISO8601
language: Language
maxCompanyRelevance: Float
maxScore: Float
maxTopicRelevance: Float
originalUrl: String
title: String
ImpactPeriod
docCount: Int!
docCountDiff: Int!
impact: Float!
impactDiff: Float!
periodEnd: DateISO8601!
periodStart: DateISO8601!
Language
code: String!
name: String!
MediaImpact
docCount: Int!
impact: Float!
media: MediaFilter!
rollingAverageDocCount: Float!
rollingAverageImpact: Float!
PageInfo
Fields
endCursor: Cursor
hasNextPage: Boolean!
Portfolio
Implements: Node
Fields
id: ID!
items: [PortfolioItem!]!
name: String!
PortfolioBreakdownItem
docCount: Int!
impact: Float!
Query
companies(after: Cursor, eligibleForPortfolioId: ID, first: Int!, search: String): CompaniesConnection!
documents(after: Cursor, first: Int!, insight: InsightQuery!, sortAsc: Boolean): DocumentsConnection!
driverImpactTrend(insight: InsightQuery!, periodType: PeriodType): [TrendDriverResult!]
events(insight: InsightQuery!, size: Int): [Event!]
headlines(insight: InsightQuery!, size: Int!, sortBy: SortBy): [HeadlineResult!]!
myOrganisation: CustomerOrg!
reputationDriverImpact(insight: InsightQuery!): [ReputationDriverResult]
resolveInsightQuery(insightQuery: InsightQuery!): ResolvedInsightQuery!
subjectImpactOverTime(insight: InsightQuery!): SubjectImpactOverTime
topCompanies(insight: InsightQuery!, size: Int!): [CompanyResult]
topStakeholders(insight: InsightQuery!, size: Int!, sortBy: SortBy, stakeholderGroupId: ID): [StakeholderResult]
topTopics(insight: InsightQuery!, size: Int!, sortBy: SortBy): [TopicResult]
ReputationDriverResult
docCount: Int
driver: Driver
score: Float
ReputationDriverTopicResult
docCount: Int!
score: Float
topic: Topic
ResolvedInsightQuery
taxonomy: Taxonomy
SentimentResult
docCount: Int!
impact: Float
sentiment: Sentiment
Stakeholder
Implements: NamedNode, Node
Fields
id: ID!
name: String!
StakeholderResult
docCount: Int!
driverBreakdown: [DriverBreakdownItem!]!
impact: Float!
portfolioBreakdown: [PortfolioBreakdownItem!]!
stakeholder: Stakeholder!
SubjectImpactOnDayResult
caliberTrustLikeScore: Int
healthySentimentDocCount: Int!
healthySentimentImpact: Float!
mediaBreakdown: [MediaImpact!]!
netSentimentImpact: Float
neutralSentimentDocCount: Int!
neutralSentimentImpact: Float!
rollingAverageHealthySentimentDocCount: Float!
rollingAverageHealthySentimentImpact: Float!
rollingAverageNetSentimentImpact: Float
rollingAverageNeutralSentimentDocCount: Float!
rollingAverageNeutralSentimentImpact: Float!
rollingAverageSubjectDocCount: Float!
rollingAverageSubjectImpact: Float!
rollingAverageUnhealthySentimentDocCount: Float!
rollingAverageUnhealthySentimentImpact: Float!
rollingAverageUnknownSentimentDocCount: Float!
rollingAverageUnknownSentimentImpact: Float!
subjectDocCount: Int!
subjectImpact: Float!
unhealthySentimentDocCount: Int!
unhealthySentimentImpact: Float!
unknownSentimentDocCount: Int!
unknownSentimentImpact: Float!
SubjectImpactOverTime
actualQuartileRange: [Float!]!
averageDocCountQuartileRange: [Float!]!
averageQuartileRange: [Float!]!
docCountQuartileRange: [Float!]!
Taxonomy
Implements: Node
Fields
active: Boolean
drivers: [Driver!]!
id: ID!
name: String!
Topic
Implements: Node
Fields
description: String
id: ID!
name: String!
TopicResult
docCount: Int!
healthySentiment: SentimentResult
impact: Float
neutralSentiment: SentimentResult
topic: Topic
unhealthySentiment: SentimentResult
unknownSentiment: SentimentResult
TrendDriverResult