News Articles
The latest news about the company and blogs posted by the company
Fields
Arguments
Query example
# query
query findCompanyByDomain($domain: String!) {
company(domain: $domain) {
news(first: 10, offset: 0) {
headline
publishedAt
source
summary
url
}
blogs(first: 10, offset: 0) {
headline
publishedAt
source
summary
url
}
}
}
# variables
{ "domain": "stripe.com" }Last updated
Was this helpful?