We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afa0d4 commit 9f00f7cCopy full SHA for 9f00f7c
src/graphql-proxy/recommendations/Recommendations.graphql
@@ -1,4 +1,4 @@
1
-query Recommendations($locale: String!, $region: String, $count: Int) {
+query NewTabRecommendations($locale: String!, $region: String, $count: Int) {
2
newTabSlate(locale: $locale, region: $region) {
3
recommendations(count: $count) {
4
tileId
0 commit comments