mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Saleor
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user