example-queries/showoff.graphql (28 lines of code) (raw):
{
article(q:"barclays", orderBy:newest, orderDate:published) {
totalCount
endCursor
nodes {
webTitle
sectionId
webPublicationDate
fields {
productionOffice
headline
byline
}
contributors: tags(type:contributor) {
webTitle
firstName
lastName
twitterHandle
path
}
keywords: tags(type:keyword) {
webTitle
type
path
}
}
}
}