commerce/lib/saleor/fragments/FeaturedProductFragment.graphql
2023-05-01 19:29:46 +02:00

21 lines
232 B
GraphQL

fragment FeaturedProduct on Product {
id
slug
name
pricing {
priceRange {
stop {
gross {
currency
amount
}
}
}
}
media {
url(size: 2160)
type
alt
}
}