I have the following query:
query($limit: Int, $mainCategory: String) { newsArticles(limit: $limit, where: { newsMainCategory: $mainCategory }) { id