feat: get favorite products

This commit is contained in:
Quangnhankie
2021-10-12 14:33:35 +07:00
parent 71475d66ec
commit 694c3ac783
10 changed files with 136 additions and 32 deletions

View File

@@ -1,5 +1,3 @@
import { searchResultFragment } from '../fragments/search-result-fragment'
export const activeCustomerQuery = /* GraphQL */ `
query activeCustomer {
activeCustomer {
@@ -11,15 +9,6 @@ export const activeCustomerQuery = /* GraphQL */ `
items{
product{
id
name
slug
assets{
source
preview
}
variants{
price
}
}
}
}