This commit is contained in:
Michal Miszczyszyn
2023-05-02 00:32:20 +02:00
parent 112d51303f
commit a8e49ee3f4
35 changed files with 31558 additions and 710 deletions

View File

@@ -2,8 +2,18 @@ fragment FeaturedProduct on Product {
id
slug
name
isAvailableForPurchase
description
seoTitle
seoDescription
pricing {
priceRange {
start {
gross {
currency
amount
}
}
stop {
gross {
currency
@@ -17,4 +27,20 @@ fragment FeaturedProduct on Product {
type
alt
}
collections {
name
}
updatedAt
variants {
id
name
pricing {
price {
gross {
currency
amount
}
}
}
}
}