AppGoodNews_GoodNewsArticle
No description
type AppGoodNews_GoodNewsArticle {
id: String!
date: String!
headline: String!
teaserText: String!
pictureUrl: String!
pictureCredit: String
articleUrl: String!
source: String
sortKey: Int!
category: AppGoodNews_Category
language: String
}