Skip to content

Commit 9f00f7c

Browse files
authored
feat(Recommendations): Rename operation to NewTabRecommendations (#50)
We use the operation name to identify operations in Apollo Studio, and it would be helpful if this operation had a more distinct name.
1 parent 4afa0d4 commit 9f00f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql-proxy/recommendations/Recommendations.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
query Recommendations($locale: String!, $region: String, $count: Int) {
1+
query NewTabRecommendations($locale: String!, $region: String, $count: Int) {
22
newTabSlate(locale: $locale, region: $region) {
33
recommendations(count: $count) {
44
tileId

0 commit comments

Comments
 (0)