mirror of
https://github.com/vercel/commerce.git
synced 2025-07-25 11:11:24 +00:00
Make types independent of Sh
This commit is contained in:
20
lib/saleor/fragments/FeaturedProductFragment.graphql
Normal file
20
lib/saleor/fragments/FeaturedProductFragment.graphql
Normal file
@@ -0,0 +1,20 @@
|
||||
fragment FeaturedProduct on Product {
|
||||
id
|
||||
slug
|
||||
name
|
||||
pricing {
|
||||
priceRange {
|
||||
stop {
|
||||
gross {
|
||||
currency
|
||||
amount
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
media {
|
||||
url(size: 2160)
|
||||
type
|
||||
alt
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user