MediaContent
No description
type MediaContent {
sourceName: String
title: String
url: String
sentiment: String
publishedDate: String
}
Fields
MediaContent.sourceName ● String scalar
The name of the news source or publication that published the media coverage.
MediaContent.title ● String scalar
The headline or title of the news coverage.
MediaContent.url ● String scalar
The URL link to the news coverage.
MediaContent.sentiment ● String scalar
The sentiment classification of the coverage relative to the entity. Values are "positive", "negative", or "neutral".
MediaContent.publishedDate ● String scalar
The date the news coverage was published by the source.