Skip to content

Commit cb05a61

Browse files
Update storefrontapi.generated.d.ts
1 parent 5475a97 commit cb05a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storefrontapi.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1807,7 +1807,7 @@ interface GeneratedQueryTypes {
18071807
return: SitemapQuery;
18081808
variables: SitemapQueryVariables;
18091809
};
1810-
'#graphql\n fragment FeaturedCollection on Collection {\n id\n title\n image {\n id\n url\n altText\n width\n height\n }\n handle\n }\n query FeaturedCollection($country: CountryCode, $language: LanguageCode)\n @inContext(country: $country, language: $language) {\n collections(first: 1, sortKey: UPDATED_AT, reverse: true) {\n nodes {\n ...FeaturedCollection\n }\n }\n }\n': {
1810+
'#graphql\n fragment FeaturedCollection on Collection {\n id\n title\n image {\n id\n url\n altText\n width\n height\n }\n handle\n }\n query FeaturedCollection($country: CountryCode, $language: LanguageCode)\n @inContext(country: $country, language: $language) {\n collections(first: 5, sortKey: UPDATED_AT, reverse: true) {\n nodes {\n ...FeaturedCollection\n }\n }\n }\n': {
18111811
return: FeaturedCollectionQuery;
18121812
variables: FeaturedCollectionQueryVariables;
18131813
};

0 commit comments

Comments
 (0)