fix: sort button visual and filter by variant metafield

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-05-07 13:30:26 +07:00
parent 305fe3d458
commit 145eb3eaed
9 changed files with 109 additions and 28 deletions

View File

@@ -49,6 +49,7 @@ export const getCollectionProductsQuery = /* GraphQL */ `
node {
...product
}
cursor
}
filters {
id
@@ -61,6 +62,11 @@ export const getCollectionProductsQuery = /* GraphQL */ `
label
}
}
pageInfo {
endCursor
startCursor
hasNextPage
}
}
}
}