mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
@@ -49,6 +49,7 @@ catalogItems(
|
||||
sortBy: $sortBy
|
||||
tagIds: $tagIds
|
||||
shopIds: $shopIds
|
||||
searchQuery: $searchQuery
|
||||
) {
|
||||
${catalogItemsConnection}
|
||||
}
|
||||
@@ -60,6 +61,7 @@ const catalogItemsQuery = /* GraphQL */ `
|
||||
$sortBy: CatalogItemSortByField = updatedAt
|
||||
$tagIds: [ID]
|
||||
$shopIds: [ID]!
|
||||
$searchQuery: String
|
||||
) {
|
||||
${catalogItemsFragment}
|
||||
}
|
||||
|
Reference in New Issue
Block a user