mirror of
https://github.com/vercel/commerce.git
synced 2025-05-13 05:07:51 +00:00
remove invalidate tags for YMM filter options
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
parent
d8e7553918
commit
2b1a05353d
@ -891,7 +891,6 @@ export async function getAllMetaobjects(type: string) {
|
|||||||
while (hasNextPage) {
|
while (hasNextPage) {
|
||||||
const res = await shopifyFetch<ShopifyMetaobjectsOperation>({
|
const res = await shopifyFetch<ShopifyMetaobjectsOperation>({
|
||||||
query: getMetaobjectsQuery,
|
query: getMetaobjectsQuery,
|
||||||
tags: [TAGS.collections, TAGS.products],
|
|
||||||
variables: { type, after }
|
variables: { type, after }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user